mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-07-19 11:27:34 +08:00
Added ability to unit test features.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
var testsContext = require.context('.', true, /(Test\.js$)|(Helper\.js$)/);
|
||||
testsContext.keys().forEach(testsContext);
|
||||
Reference in New Issue
Block a user