backbone-toolbar/speclist.js

3 строки
104 B
JavaScript

var testsContext = require.context('./spec', true, /\.js$/);
testsContext.keys().forEach(testsContext);