UNPKG

@oveasoft/planning

Version:

An AngularJS planning component

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