mjackson/firework

View on GitHub
tests.webpack.js

Summary

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