fix(e2e): add mocha types

This commit is contained in:
FrancescoBorzi
2019-04-14 12:25:12 +02:00
parent 80db2e2c9c
commit 20e1e892c0
2 changed files with 5 additions and 2 deletions

View File

@@ -3,7 +3,9 @@
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"module": "es2015",
"types":[]
"types": [
"mocha"
]
},
"include": [
"**/*.ts"

View File

@@ -54,6 +54,7 @@
"@ngx-translate/http-loader": "4.0.0",
"@types/jasmine": "2.8.7",
"@types/jasminewd2": "2.0.3",
"@types/mocha": "^5.2.6",
"@types/node": "8.9.4",
"chai": "^4.2.0",
"codelyzer": "4.5.0",
@@ -71,8 +72,8 @@
"karma-jasmine-html-reporter": "1.4.0",
"mocha": "6.0.2",
"npm-run-all": "4.1.5",
"spectron": "5.0.0",
"rxjs": "6.4.0",
"spectron": "5.0.0",
"ts-node": "7.0.1",
"tslint": "5.11.0",
"typescript": "3.2.4",