mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-06-28 01:00:13 +08:00
6 lines
187 B
JavaScript
6 lines
187 B
JavaScript
'use strict';
|
|
|
|
// Add support for all files in the test directory
|
|
const testsContext = require.context('.', true, /(Test\.js$)|(Helper\.js$)/);
|
|
testsContext.keys().forEach(testsContext);
|