mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-09 16:45:49 +00:00
3 lines
111 B
JavaScript
3 lines
111 B
JavaScript
var allTests = require.context('.', true, /(spec|integration).*Spec\.js$/);
|
|
|
|
allTests.keys().forEach(allTests); |