Skip to content

Commit

Permalink
chore: allow no tests
Browse files Browse the repository at this point in the history
  • Loading branch information
XSlemX committed Oct 11, 2021
1 parent 90904a7 commit 81bf2fc
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 @@ -9,7 +9,7 @@
"scripts": {
"test": "is-ci \"test:coverage\" \"test:watch\"",
"test:watch": "jest --watchAll",
"test:coverage": "jest --watch=false --coverage --updateSnapshot",
"test:coverage": "jest --watch=false --coverage --passWithNoTests --updateSnapshot",
"build": "tsc",
"prepublishOnly": "npm run build"
},
Expand Down

0 comments on commit 81bf2fc

Please sign in to comment.