mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
BREAKING CHANGE:
Before:
expect(...).toThrowErrorWith(msg);
After:
expect(...).toThrowError(msg);
|
||
|---|---|---|
| .. | ||
| directives | ||
| forms-deprecated | ||
| pipes | ||
| spies.dart | ||
| spies.ts | ||