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

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