diff --git a/test/helper/index.js b/test/helper/index.js index 4b21c06a..bce83a2d 100644 --- a/test/helper/index.js +++ b/test/helper/index.js @@ -46,7 +46,7 @@ var OPTIONS, BPMN_JS; import translationModule from './TranslationCollector'; -function bootstrapBpmnJS(BpmnJS, diagram, options, locals) { +export function bootstrapBpmnJS(BpmnJS, diagram, options, locals) { return function(done) { var testContainer;