feat: upgrade zone.js to v0.7.1

This commit is contained in:
Misko Hevery
2016-11-22 13:51:37 -08:00
committed by vsavkin
parent 2d6a003dba
commit c4bbafc291
4 changed files with 5 additions and 6 deletions

View File

@ -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', () => {