Skip to content

Commit

Permalink
fix(jest): rollback jest coverage command
Browse files Browse the repository at this point in the history
  • Loading branch information
jerensl committed May 14, 2024
1 parent 14786b0 commit a32b81c
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 @@ -10,7 +10,7 @@
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "node --experimental-vm-modules $(yarn bin jest) --coverage",
"test:coverage": "jest --coverage",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"type-check": "tsc --noEmit",
Expand Down

0 comments on commit a32b81c

Please sign in to comment.