doc(changelog): cleans up markdown for breaking changes (#9739)
This commit is contained in:
parent
afb72164e4
commit
119794249b
|
@ -124,14 +124,17 @@
|
|||
stringifyElement,
|
||||
expect (and custom matchers for Jasmine)
|
||||
```
|
||||
* testing: Before:
|
||||
* testing:
|
||||
|
||||
Before:
|
||||
|
||||
expect(...).toThrowErrorWith(msg);
|
||||
|
||||
After:
|
||||
|
||||
expect(...).toThrowError(msg);
|
||||
* testing: Before:
|
||||
|
||||
Before:
|
||||
|
||||
expect(...).toMatchPattern(pattern);
|
||||
|
||||
|
|
Loading…
Reference in New Issue