test(draw): nest path tests

This commit is contained in:
Nico Rehwaldt 2015-10-10 01:36:35 +02:00 committed by pedesen
parent 17c074464c
commit 04d8ef8a18
1 changed files with 40 additions and 39 deletions

View File

@ -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 () {
});
});
});