Config -- added base config object for env-independent settings

This commit is contained in:
sthzg
2015-11-09 19:25:20 +01:00
parent b55b6f9216
commit 6d886d8bbc
8 changed files with 28 additions and 6 deletions
+2
View File
@@ -1,5 +1,7 @@
'use strict';
require('core-js/fn/object/assign');
// Add support for all files in the test directory
const testsContext = require.context('.', true, /(Test\.js$)|(Helper\.js$)/);
testsContext.keys().forEach(testsContext);