test(draw): nest path tests
This commit is contained in:
parent
17c074464c
commit
04d8ef8a18
|
@ -148,9 +148,8 @@ describe('draw - bpmn renderer', function() {
|
||||||
bootstrapViewer(xml)(done);
|
bootstrapViewer(xml)(done);
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
|
||||||
|
|
||||||
describe('path - bpmn renderer', function () {
|
describe('path', function () {
|
||||||
|
|
||||||
var diagramXML = require('../../fixtures/bpmn/simple-cropping.bpmn');
|
var diagramXML = require('../../fixtures/bpmn/simple-cropping.bpmn');
|
||||||
|
|
||||||
|
@ -216,3 +215,5 @@ describe('path - bpmn renderer', function () {
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
});
|
||||||
|
|
Loading…
Reference in New Issue