Skip to content

Commit

Permalink
chore: add v28 and v29 of jest to internal type
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Sep 10, 2022
1 parent 7f3cc12 commit 90cdc0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rules/utils/detectJestVersion.ts
Expand Up @@ -15,6 +15,8 @@ export type JestVersion =
| 25
| 26
| 27
| 28
| 29
| number;

let cachedJestVersion: JestVersion | null = null;
Expand Down

0 comments on commit 90cdc0c

Please sign in to comment.