summaryrefslogtreecommitdiffstats
path: root/tests.webpack.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests.webpack.js')
-rw-r--r--tests.webpack.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests.webpack.js b/tests.webpack.js
deleted file mode 100644
index 019924e..0000000
--- a/tests.webpack.js
+++ /dev/null
@@ -1,2 +0,0 @@
-var context = require.context('./lib', true, /-test\.js$/);
-context.keys().forEach(context);