Skip to content

Commit

Permalink
feat: upgrade zone.js to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery authored and vsavkin committed Nov 30, 2016
1 parent 2d6a003 commit c4bbafc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion modules/@angular/core/test/fake_async_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export function main() {
resolvedPromise.then((_) => { throw new Error('async'); });
flushMicrotasks();
})();
}).toThrowError('Uncaught (in promise): Error: async');
}).toThrowError(/Uncaught \(in promise\): Error: async/);
});

it('should complain if a test throws an exception', () => {
Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.clean.json
Original file line number Diff line number Diff line change
Expand Up @@ -4621,7 +4621,7 @@
}
},
"zone.js": {
"version": "0.6.25"
"version": "0.7.2"
}
}
}
5 changes: 2 additions & 3 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-rc.4",
"zone.js": "^0.6.25"
"zone.js": "^0.7.2"
},
"devDependencies": {
"@types/angularjs": "^1.5.13-alpha",
Expand Down

0 comments on commit c4bbafc

Please sign in to comment.