Commit cac06e2
committed
chore(linter): Update the file extensions allowed for detection as a jest file. (#15742)
Jest 30 adds all of these: https://jestjs.io/docs/upgrading-to-jest30#support-for-mts-and-cts-file-extensions
This `is_jest_file` method is only used in the no-export rule, I'm unsure if it's really worth keeping around in general, but if it is we should keep it up-to-date.1 parent 5a66558 commit cac06e2
1 file changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
98 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
99 | 103 | | |
100 | 104 | | |
101 | 105 | | |
| |||
0 commit comments