mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-15 12:46:04 +05:30
7 lines
222 B
JavaScript
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);
|