Skip to content

Commit 9f21577

Browse files
authored
chore: add 30 to JestVersion type (#1760)
1 parent 078df22 commit 9f21577

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rules/utils/detectJestVersion.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export type JestVersion =
1717
| 27
1818
| 28
1919
| 29
20+
| 30
2021
| number;
2122

2223
let cachedJestVersion: JestVersion | null = null;

0 commit comments

Comments
 (0)