Configuring karma to work with webpack

This commit is contained in:
Jeff Avallone
2016-10-15 12:33:28 -04:00
parent a8a76651c2
commit 2a496bf4c1
3 changed files with 13 additions and 19 deletions
+2
View File
@@ -0,0 +1,2 @@
var testsContext = require.context(".", true, /_spec$/);
testsContext.keys().forEach(testsContext);