chore(label-behavior): move test file

* Adjust to fit the existing behavior test file structure
This commit is contained in:
Niklas Kiefer 2019-06-11 11:12:10 +02:00 committed by merge-me[bot]
parent debb96f49d
commit 4777b42f63
2 changed files with 1 additions and 2 deletions

View File

@ -11,8 +11,7 @@ import coreModule from 'lib/core';
describe('behavior - LabelBehavior', function() {
var diagramXML =
require('../../../../fixtures/bpmn/features/modeling/behavior/label-behavior.bpmn');
var diagramXML = require('./LabelBehavior.bpmn');
var testModules = [ modelingModule, coreModule ];