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, 2 insertions, 0 deletions
diff --git a/tests.webpack.js b/tests.webpack.js
new file mode 100644
index 0000000..019924e
--- /dev/null
+++ b/tests.webpack.js
@@ -0,0 +1,2 @@
+var context = require.context('./lib', true, /-test\.js$/);
+context.keys().forEach(context);