Skip to content

Commit ce2a080

Browse files
committed
ci: Add ...globals.jest to eslint.config.mjs
1 parent de14c9d commit ce2a080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default [
1818
{
1919
files: ["**/*.js", "**/*.jsx"],
2020
languageOptions: {
21-
globals: { ...globals.browser, ...globals.node },
21+
globals: { ...globals.browser, ...globals.node, ...globals.jest },
2222
parserOptions: {
2323
ecmaFeatures: {
2424
jsx: true,

0 commit comments

Comments
 (0)