Files
react-webpack-template/test/loadtests.js
T

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);