Skip to content

Commit

Permalink
chore: drop support for Jest 26/27 (#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Jul 23, 2022
1 parent d7dd2fc commit 167db2a
Show file tree
Hide file tree
Showing 5 changed files with 119 additions and 1,007 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ npm install -D jest jest-playwright-preset playwright-firefox

## Requirements

- Node.js >= 10.15.0
- Playwright >= 0.12.1
- Jest >= 25
- Node.js 14+
- Playwright 1.0.0+
- Jest 28+

## Usage

Expand Down
Loading

0 comments on commit 167db2a

Please sign in to comment.