Skip to content

Commit

Permalink
fix: npm test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
yuschick committed Dec 28, 2023
1 parent 14f65b6 commit 5bb1a6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"scripts": {
"prepare": "husky install",
"jest": "cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest --runInBand --no-cache",
"test": "npm run jest",
"test:watch": "npm run jest --watch"
"test": "npm run jest -- --coverage",
"test:watch": "npm run jest -- --watch"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -56,7 +56,7 @@
"stylelint": "^16.1.0"
},
"lint-staged": {
"**/*.{js|md}": [
"**/*.js|md|json": [
"eslint",
"prettier --write"
]
Expand Down

0 comments on commit 5bb1a6a

Please sign in to comment.