From c473212f2aa941c05c8437c17aeff32da3d8279d Mon Sep 17 00:00:00 2001 From: "C. Fuhrman" Date: Sun, 2 Feb 2025 12:59:47 -0500 Subject: [PATCH] =?UTF-8?q?D=C3=A9sactiver=20warning=20pour=20jest=20disab?= =?UTF-8?q?leed=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/eslint.config.js b/client/eslint.config.js index 4da1290..1f5e231 100644 --- a/client/eslint.config.js +++ b/client/eslint.config.js @@ -60,7 +60,7 @@ export default [ // Jest configurations "jest/valid-expect": ["error", { "alwaysAwait": true }], "jest/prefer-to-have-length": "warn", - "jest/no-disabled-tests": "warn", + "jest/no-disabled-tests": "off", "jest/no-focused-tests": "error", "jest/no-identical-title": "error",