unit test modified

This commit is contained in:
Giuseppe Digilio
2016-12-22 17:55:48 +01:00
parent 1404e25731
commit a58daf037d
6 changed files with 33 additions and 315 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', true, /\.spec\.ts/);
var testContext = require.context('./src/tests', true, /\.spec\.ts/);
/*
* get all the files, for each file, call the context function