We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
30
JestVersion
1 parent 078df22 commit 9f21577Copy full SHA for 9f21577
1 file changed
src/rules/utils/detectJestVersion.ts
@@ -17,6 +17,7 @@ export type JestVersion =
17
| 27
18
| 28
19
| 29
20
+ | 30
21
| number;
22
23
let cachedJestVersion: JestVersion | null = null;
0 commit comments