regexper-static/spec/test_index.js

3 lines
100 B
JavaScript
Raw Normal View History

2016-10-15 16:33:28 +00:00
var testsContext = require.context(".", true, /_spec$/);
testsContext.keys().forEach(testsContext);