Added ability to unit test features.

This commit is contained in:
Chris
2015-08-31 11:21:01 +02:00
parent 5e32fef364
commit 5055c67f68
10 changed files with 128 additions and 3 deletions
+2
View File
@@ -0,0 +1,2 @@
var testsContext = require.context('.', true, /(Test\.js$)|(Helper\.js$)/);
testsContext.keys().forEach(testsContext);