chore: add --passWithNoTests to lint-staged (#5120)

This commit is contained in:
Gleidson Daniel Silva 2023-06-23 16:39:49 -03:00 committed by GitHub
parent 01fb407c54
commit 059f81d84b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
"*.{js,ts,tsx}": [
"prettier --write",
"eslint",
"jest --bail --findRelatedTests"
"jest --bail --findRelatedTests --passWithNoTests"
]
},
"dependencies": {