mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
unit test modified
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user