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