We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3cc12 commit 90cdc0cCopy full SHA for 90cdc0c
src/rules/utils/detectJestVersion.ts
@@ -15,6 +15,8 @@ export type JestVersion =
15
| 25
16
| 26
17
| 27
18
+ | 28
19
+ | 29
20
| number;
21
22
let cachedJestVersion: JestVersion | null = null;
0 commit comments