mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-09 08:41:59 +00:00
7 lines
213 B
JavaScript
7 lines
213 B
JavaScript
var allTests = require.context('.', true, /(spec|integration).*Spec\.js$/);
|
|
|
|
allTests.keys().forEach(allTests);
|
|
|
|
var allSources = require.context('../lib', true, /.*\.js$/);
|
|
|
|
allSources.keys().forEach(allSources); |