Désactiver warning pour jest disableed tests

This commit is contained in:
C. Fuhrman 2025-02-02 12:59:47 -05:00
parent f781173695
commit c473212f2a

View file

@ -60,7 +60,7 @@ export default [
// Jest configurations // Jest configurations
"jest/valid-expect": ["error", { "alwaysAwait": true }], "jest/valid-expect": ["error", { "alwaysAwait": true }],
"jest/prefer-to-have-length": "warn", "jest/prefer-to-have-length": "warn",
"jest/no-disabled-tests": "warn", "jest/no-disabled-tests": "off",
"jest/no-focused-tests": "error", "jest/no-focused-tests": "error",
"jest/no-identical-title": "error", "jest/no-identical-title": "error",