Skip to content

Commit

Permalink
fix: failing precommit hook, if this commit doesn't include tests (#1228
Browse files Browse the repository at this point in the history
)
  • Loading branch information
SGrueber authored Jul 28, 2022
1 parent 3ea3b8c commit ac782ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
],
"*.ts": [
"eslint --fix",
"jest --ci --bail --findRelatedTests"
"jest --ci --bail --findRelatedTests --passWithNoTests"
],
"src/assets/i18n/*.json": [
"sort-json --indent-size=2"
Expand Down

0 comments on commit ac782ba

Please sign in to comment.