Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(suppport): add jest 28-29 to next/ docs #1257

Merged
merged 1 commit into from
Oct 26, 2023
Merged
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
16 changes: 8 additions & 8 deletions docs/reference/support-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,14 @@ compatibility tables to describe the interoperability requirements of these piec

#### Jest

| Stencil Version | Jest v24 | Jest v25 | Jest v26 | Jest v27 | Jest v28+ * |
|:---------------:|:--------:|:--------:|:--------:|:--------:|:-----------:|
| V4 | ✅ | ✅ | ✅ | ✅ | ❌ |
| V3 | ✅ | ✅ | ✅ | ✅ | ❌ |
| V2 | ✅ | ✅ | ✅ | ✅ | ❌ |
| V1 | ✅ | ✅ | ✅ | ❌ | ❌ |

\* Support for Jest 28+ will be released in an upcoming version of Stencil v4.
| Stencil Version | Jest v24-26 | Jest v27 | Jest v28 * | Jest v29 * |
|:---------------:|:-----------:|:--------:|:----------:|:-----------:|
| V4 | ✅ | ✅ | ✅ | ✅ |
| V3 | ✅ | ✅ | ❌ | ❌ |
| V2 | ✅ | ✅ | ❌ | ❌ |
| V1 | ✅ | ❌ | ❌ | ❌ |

\* Support for Jest 28 & 29 has been included since Stencil v4.7.0.

#### Puppeteer

Expand Down