mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-06-27 21:53:19 +08:00
8 lines
225 B
JavaScript
8 lines
225 B
JavaScript
'use strict';
|
|
|
|
require('core-js/fn/object/assign');
|
|
|
|
// Add support for all files in the test directory
|
|
const testsContext = require.context('.', true, /(Test\.js$)|(Helper\.js$)/);
|
|
testsContext.keys().forEach(testsContext);
|