Skip to content

Commit

Permalink
chore: remove coverage temp
Browse files Browse the repository at this point in the history
  • Loading branch information
yuschick committed Dec 29, 2023
1 parent 29e24ef commit b313042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
],
"scripts": {
"prepare": "husky install",
"jest": "cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest --runInBand --no-cache",
"test": "npm run jest -- --coverage",
"jest": "cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest --runInBand",
"test": "npm run jest",
"test:watch": "npm run jest -- --watch"
},
"repository": {
Expand Down

0 comments on commit b313042

Please sign in to comment.