Skip to content

Commit f50e7b3

Browse files
committed
feat: replace mocha globals with jest in ESLint configuration
1 parent f9c41ce commit f50e7b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default tseslint.config(
1313
languageOptions: {
1414
globals: {
1515
...globals.node,
16-
...globals.mocha,
16+
...globals.jest,
1717
},
1818
parserOptions: {
1919
projectService: true,

0 commit comments

Comments
 (0)