We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c41ce commit f50e7b3Copy full SHA for f50e7b3
eslint.config.js
@@ -13,7 +13,7 @@ export default tseslint.config(
13
languageOptions: {
14
globals: {
15
...globals.node,
16
- ...globals.mocha,
+ ...globals.jest,
17
},
18
parserOptions: {
19
projectService: true,
0 commit comments