mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-02-18 11:56:30 +00:00
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);
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
describe('path - bpmn renderer', function () {
|
||||
describe('path', function () {
|
||||
|
||||
var diagramXML = require('../../fixtures/bpmn/simple-cropping.bpmn');
|
||||
|
||||
@ -215,4 +214,6 @@ describe('path - bpmn renderer', function () {
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user