Skip to content

Commit 90cdc0c

Browse files
committed
chore: add v28 and v29 of jest to internal type
1 parent 7f3cc12 commit 90cdc0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rules/utils/detectJestVersion.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ export type JestVersion =
1515
| 25
1616
| 26
1717
| 27
18+
| 28
19+
| 29
1820
| number;
1921

2022
let cachedJestVersion: JestVersion | null = null;

0 commit comments

Comments
 (0)