accounts-frontend/tests/index.js
2016-05-01 20:54:24 +03:00

5 lines
201 B
JavaScript

// require all modules ending in "_test" from the
// current directory and all subdirectories
var testsContext = require.context(".", true, /\.test\.jsx?$/);
testsContext.keys().forEach(testsContext);