Dir tests deleted

test:watch added
webpack library updated
protractor installed locally
This commit is contained in:
Giuseppe Digilio
2017-01-10 09:45:29 +01:00
parent 4eb49883d5
commit 144324e023
7 changed files with 23 additions and 13 deletions

View File

@@ -47,7 +47,7 @@ testing.TestBed.initTestEnvironment(
* any file that ends with spec.ts and get its path. By passing in true
* we say do this recursively
*/
var testContext = require.context('./src/tests', true, /\.spec\.ts/);
var testContext = require.context('./src', true, /\.spec\.ts/);
/*
* get all the files, for each file, call the context function