[change] Unit test setup and reporter

This commit is contained in:
Nicolas Gallagher
2015-10-17 17:25:12 -07:00
parent 2bfa579fe4
commit b59bdb17b2
16 changed files with 114 additions and 95 deletions
+2 -1
View File
@@ -5,5 +5,6 @@ var ROOT = path.join(__dirname, '..')
module.exports = {
DIST_DIRECTORY: path.join(ROOT, 'dist'),
SRC_DIRECTORY: path.join(ROOT, 'src'),
ROOT_DIRECTORY: ROOT
ROOT_DIRECTORY: ROOT,
TEST_ENTRY: path.join(ROOT, 'src/tests.webpack.js')
}