3 lines
100 B
JavaScript
3 lines
100 B
JavaScript
|
var testsContext = require.context(".", true, /_spec$/);
|
||
|
testsContext.keys().forEach(testsContext);
|