Skip to content

Commit be842ac

Browse files
MillerSvtcpojer
andauthored
docs: add blog post for jest 30 (#15556) (#15650)
Co-authored-by: cpojer <[email protected]>
1 parent 4e91edf commit be842ac

File tree

121 files changed

+880
-25285
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+880
-25285
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

website/archivedVersions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"29.6": "https://jest-archive-august-2023.netlify.app/docs/29.6/getting-started/",
3+
"29.5": "https://jest-archive-august-2023.netlify.app/docs/29.5/getting-started/",
4+
"29.4": "https://jest-archive-august-2023.netlify.app/docs/29.4/getting-started/",
25
"29.3": "https://jest-archive-august-2023.netlify.app/docs/29.3/getting-started/",
36
"29.2": "https://jest-archive-august-2023.netlify.app/docs/29.2/getting-started/",
47
"29.1": "https://jest-archive-august-2023.netlify.app/docs/29.1/getting-started/",

website/blog/2025-06-04-jest-30.md

Lines changed: 190 additions & 0 deletions
Large diffs are not rendered by default.

website/blog/authors.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,9 @@ jeysal:
4949
socials:
5050
github: jeysal
5151
x: _jeysal_
52+
53+
MillerSvt:
54+
name: Svyatoslav Zaytsev
55+
image_url: https://github.com/MillerSvt.png
56+
socials:
57+
github: MillerSvt

0 commit comments

Comments
 (0)