[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
+1 -1
View File
@@ -6,5 +6,5 @@ module.exports = {
DIST_DIRECTORY: path.join(ROOT, 'dist'), DIST_DIRECTORY: path.join(ROOT, 'dist'),
SRC_DIRECTORY: path.join(ROOT, 'src'), SRC_DIRECTORY: path.join(ROOT, 'src'),
ROOT_DIRECTORY: ROOT, ROOT_DIRECTORY: ROOT,
TEST_ENTRY: path.join(ROOT, 'src/tests.webpack.js') TEST_ENTRY: path.join(ROOT, 'tests.webpack.js')
} }
+1 -1
View File
@@ -4,5 +4,5 @@
* *
* See: https://github.com/webpack/docs/wiki/context * See: https://github.com/webpack/docs/wiki/context
*/ */
var context = require.context('.', true, /-test\.js$/) var context = require.context('./src', true, /-test\.js$/)
context.keys().forEach(context) context.keys().forEach(context)