mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-23 23:38:59 +00:00
test(modeling): remove doubled module in test setup
This commit is contained in:
parent
ba5bf31e42
commit
66bc72d5e3
@ -14,7 +14,7 @@ describe('features/modeling/behavior - create boundary events', function() {
|
||||
|
||||
var processDiagramXML = require('../../../../fixtures/bpmn/collaboration/process-empty.bpmn');
|
||||
|
||||
beforeEach(bootstrapModeler(processDiagramXML, { modules: testModules.concat(modelingModule) }));
|
||||
beforeEach(bootstrapModeler(processDiagramXML, { modules: testModules }));
|
||||
|
||||
|
||||
it('should execute on attach', inject(function(canvas, elementFactory, modeling) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user