feat: upgrade zone.js to v0.7.1
This commit is contained in:
@ -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', () => {
|
||||
|
Reference in New Issue
Block a user