import'angular';
import'angular-mocks';
// require all test files using special Webpack feature// https://webpack.github.io/docs/context.html#require-contextconst testsContext = require.context('.', true, /\.test$/);
testsContext.keys().forEach(testsContext);