From ce2a080200e1b3e721525536a129d6bed7a7a037 Mon Sep 17 00:00:00 2001 From: Trillium Smith Date: Mon, 4 Aug 2025 19:15:04 -0700 Subject: [PATCH] ci: Add ...globals.jest to eslint.config.mjs --- eslint.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index 5199d0edd..6c8daf487 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -18,7 +18,7 @@ export default [ { files: ["**/*.js", "**/*.jsx"], languageOptions: { - globals: { ...globals.browser, ...globals.node }, + globals: { ...globals.browser, ...globals.node, ...globals.jest }, parserOptions: { ecmaFeatures: { jsx: true,