From d8e383c82a3bdfb7c2d9bd85788b425d297ef29c Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Thu, 5 Apr 2018 13:01:21 +0200 Subject: [PATCH] fix(test/helper): expose #bootstrapBpmnJS utility Was previously exposed; libraries or other applications may rely on it. --- test/helper/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;