Configuring karma to work with webpack
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
var testsContext = require.context(".", true, /_spec$/);
|
||||
testsContext.keys().forEach(testsContext);
|
||||
Reference in New Issue
Block a user