fixed e2e issue

This commit is contained in:
lotte
2020-04-01 10:43:07 +02:00
parent 4a52513a38
commit 5bcc700cc9

View File

@@ -79,7 +79,7 @@ exports.config = {
useAllAngular2AppRoots: true,
beforeLaunch: function () {
require('ts-node').register({
project: 'e2e'
project: './e2e/tsconfig.json'
});
},
onPrepare: function () {