Skip to content

Commit

Permalink
fix(e2e): add mocha types
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoBorzi committed Apr 14, 2019
1 parent 80db2e2 commit 20e1e89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion e2e/tsconfig.e2e.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"module": "es2015",
"types":[]
"types": [
"mocha"
]
},
"include": [
"**/*.ts"
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 20e1e89

Please sign in to comment.