mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
Désactiver warning pour jest disableed tests
This commit is contained in:
parent
f781173695
commit
c473212f2a
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue