Skip to content

Commit

Permalink
build: commit test now passes when there are no tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed Nov 23, 2023
1 parent e9e2d7e commit 08399eb
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 @@ -65,7 +65,7 @@
"eslint"
],
"**/src/**": [
"jest --bail --findRelatedTests"
"jest --bail --findRelatedTests --passWithNoTests"
]
},
"volta": {
Expand Down

0 comments on commit 08399eb

Please sign in to comment.