Skip to content

Commit 4f5465e

Browse files
committed
Update the blog post.
1 parent 248e1d0 commit 4f5465e

File tree

3 files changed

+99
-263
lines changed

3 files changed

+99
-263
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## main
22

3+
## 30.0.0
4+
35
### Features
46

57
- `[*]` Renamed `globalsCleanupMode` to `globalsCleanup` and `--waitNextEventLoopTurnForUnhandledRejectionEvents` to `--waitForUnhandledRejections`

docs/UpgradingToJest30.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ If your project contains files with these extensions that are **not** intended t
7777

7878
:::
7979

80-
### `--testPathPattern` Renamed to `--testPathPatterns`
80+
### `--testPathPattern` was renamed to `--testPathPatterns`
8181

8282
If you filter tests by path, note that the CLI flag has changed: The `--testPathPattern` flag is now `--testPathPatterns`. You can pass multiple patterns by separating them with spaces or by repeating the flag. For example:
8383

0 commit comments

Comments
 (0)