accounts-frontend/tests/index.js
2016-06-01 08:01:13 +03:00

7 lines
222 B
JavaScript

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