fix(test/helper): expose #bootstrapBpmnJS utility
Was previously exposed; libraries or other applications may rely on it.
This commit is contained in:
parent
1d24bccff6
commit
d8e383c82a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue