first commit
This commit is contained in:
3
spec/javascripts/test_index.js
Normal file
3
spec/javascripts/test_index.js
Normal file
@@ -0,0 +1,3 @@
|
||||
// test_index.js
|
||||
var testsContext = require.context(".", true, /_spec.js$/);
|
||||
testsContext.keys().forEach(testsContext);
|
||||
Reference in New Issue
Block a user