Skip to content

Commit d88b917

Browse files
authored
chore: update jest-watch-typeahead (#295)
1 parent d908616 commit d88b917

File tree

3 files changed

+75
-137
lines changed

3 files changed

+75
-137
lines changed

.github/workflows/nodejs.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
node-version: [12.x, 14.x, 16.x, 18.x, 19.x, 20.x, 22.x, 24.x]
2222
eslint-version: [7, "8.40", "8.55", 8]
2323
jest-version: [27, 28, 29, 30]
24-
jest-watch-typeahead-version: [1, 2]
24+
jest-watch-typeahead-version: [1, 2, 3]
2525
exclude:
2626
# jest@30 doesn't support node@12, @14, @16, or @19
2727
- node-version: 12.x
@@ -49,6 +49,13 @@ jobs:
4949
jest-version: 28
5050
- node-version: 24.x
5151
jest-version: 28
52+
# jest-watch-typeahead@3 only supports jest@30+
53+
- jest-watch-typeahead-version: 3
54+
jest-version: 27
55+
- jest-watch-typeahead-version: 3
56+
jest-version: 28
57+
- jest-watch-typeahead-version: 3
58+
jest-version: 29
5259
runs-on: ubuntu-latest
5360

5461
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"execa": "^5.1.1",
4545
"jest": "^27 || ^28 || ^29 || ^30",
4646
"jest-watch-select-projects": "^2.0.0",
47-
"jest-watch-typeahead": "^1.1.0 || ^2.1.1",
47+
"jest-watch-typeahead": "^1.1.0 || ^2.1.1, || ^3.0.0",
4848
"prettier": "^2.8.4",
4949
"rimraf": "^3.0.2",
5050
"semver": "^7.3.8"

0 commit comments

Comments
 (0)