[change] move tests.webpack.js

This commit is contained in:
Nicolas Gallagher
2015-10-19 18:31:27 -07:00
parent 2c52d41b75
commit 75f653818a
2 changed files with 2 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
/**
* This module creates a context of all the spec files (following a naming
* convention). It's used as the webpack entry file for unit tests.
*
* See: https://github.com/webpack/docs/wiki/context
*/
var context = require.context('./src', true, /-test\.js$/)
context.keys().forEach(context)