Skip to content

Commit

Permalink
fix(Unit Tests): Change to restrict zone.js version
Browse files Browse the repository at this point in the history
Found that zone.js@0.8.18 breaks the unit tests, specifically breaking any test expecting
setInterval to fire at that interval.
  • Loading branch information
WTrantham committed Dec 2, 2017
1 parent d8599d7 commit 93258e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"tslint-loader": "^3.5.2",
"typescript": "2.1.5",
"webpack": "2.1.0-beta.25",
"zone.js": "^0.7.8 || ^0.8.4"
"zone.js": "^0.7.8 || 0.8.17"
},
"dependencies": {
"@angular/common": "^2.0.0 || ^4.0.0",
Expand Down

0 comments on commit 93258e2

Please sign in to comment.