mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
BREAKING CHANGE:
Before:
expect(...).toMatchPattern(pattern);
After:
expect(...).toMatch(pattern);
|
||
|---|---|---|
| .. | ||
| animation_compiler_spec.ts | ||
| animation_parser_spec.ts | ||