Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## main

## 30.0.0

### Features

- `[*]` Renamed `globalsCleanupMode` to `globalsCleanup` and `--waitNextEventLoopTurnForUnhandledRejectionEvents` to `--waitForUnhandledRejections`
Expand Down
2 changes: 1 addition & 1 deletion docs/UpgradingToJest30.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ If your project contains files with these extensions that are **not** intended t

:::

### `--testPathPattern` Renamed to `--testPathPatterns`
### `--testPathPattern` was renamed to `--testPathPatterns`

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:

Expand Down
3 changes: 3 additions & 0 deletions website/archivedVersions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"29.6": "https://jest-archive-august-2023.netlify.app/docs/29.6/getting-started/",
"29.5": "https://jest-archive-august-2023.netlify.app/docs/29.5/getting-started/",
"29.4": "https://jest-archive-august-2023.netlify.app/docs/29.4/getting-started/",
"29.3": "https://jest-archive-august-2023.netlify.app/docs/29.3/getting-started/",
"29.2": "https://jest-archive-august-2023.netlify.app/docs/29.2/getting-started/",
"29.1": "https://jest-archive-august-2023.netlify.app/docs/29.1/getting-started/",
Expand Down
190 changes: 190 additions & 0 deletions website/blog/2025-06-04-jest-30.md

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions website/blog/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,9 @@ jeysal:
socials:
github: jeysal
x: _jeysal_

MillerSvt:
name: Svyatoslav Zaytsev
image_url: https://github.com/MillerSvt.png
socials:
github: MillerSvt
Loading
Loading