MarcosRava/es6-angular-directive-boilerplate

View on GitHub
tests.webpack.js

Summary

Maintainability
A
0 mins
Test Coverage
var testsContext = require.context('./test', true,  /^\.\/.*\.js$/);
testsContext.keys().forEach(testsContext);

var srcContext = require.context('./src', true,  /^(.)*.js$/);
srcContext.keys().forEach(srcContext);