Skip to content

Commit

Permalink
Use universal zone.js instead of node-only (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee authored Oct 2, 2017
1 parent d01b569 commit 59c01b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@angular/router": "^4.1.0",
"core-js": "^2.4.1",
"rxjs": "^5.1.0",
"zone.js": "^0.8.10"
"zone.js": "^0.8.18"
},
"devDependencies": {
"@angular/cli": "1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6383,6 +6383,6 @@ zone.js@^0.7.2:
version "0.7.8"
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.7.8.tgz#4f3fe8834d44597f2639053a0fa438df34fffded"

zone.js@^0.8.10:
version "0.8.10"
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.8.10.tgz#6d1b696492c029cdbe808e59e87bbd9491b98aa8"
zone.js@^0.8.18:
version "0.8.18"
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.8.18.tgz#8cecb3977fcd1b3090562ff4570e2847e752b48d"
2 changes: 1 addition & 1 deletion setupJest.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require('core-js/es6/reflect');
require('core-js/es7/reflect');
require('zone.js');
require('zone.js/dist/zone.js');

This comment has been minimized.

Copy link
@jbgraug

jbgraug Nov 23, 2017

Probably the root of this error #96

require('zone.js/dist/proxy.js');
require('zone.js/dist/sync-test');
require('zone.js/dist/async-test');
Expand Down

0 comments on commit 59c01b5

Please sign in to comment.