mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
e1e5c40ef7
BREAKING CHANGE:
Before:
expect(...).toThrowErrorWith(msg);
After:
expect(...).toThrowError(msg);