mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
fixed e2e issue
This commit is contained in:
@@ -79,7 +79,7 @@ exports.config = {
|
||||
useAllAngular2AppRoots: true,
|
||||
beforeLaunch: function () {
|
||||
require('ts-node').register({
|
||||
project: 'e2e'
|
||||
project: './e2e/tsconfig.json'
|
||||
});
|
||||
},
|
||||
onPrepare: function () {
|
||||
|
Reference in New Issue
Block a user