chore: add --passWithNoTests to lint-staged (#5120)
This commit is contained in:
parent
01fb407c54
commit
059f81d84b
|
@ -33,7 +33,7 @@
|
|||
"*.{js,ts,tsx}": [
|
||||
"prettier --write",
|
||||
"eslint",
|
||||
"jest --bail --findRelatedTests"
|
||||
"jest --bail --findRelatedTests --passWithNoTests"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in New Issue