mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-10 09:05:58 +00:00
6d9b04a5f1
* no need to transform test via browserify
* works 🍰
3 lines
111 B
JavaScript
3 lines
111 B
JavaScript
var allTests = require.context('.', true, /(spec|integration).*Spec\.js$/);
|
|
|
|
allTests.keys().forEach(allTests); |