Skip to content

Commit

Permalink
feat: add test:coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
xucz committed Apr 9, 2022
1 parent 16ff5c7 commit 9187652
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"site:preview": "npm run build && cp -r dist _site",
"preview": "vite preview --mode test",
"test": "echo \"no test specified,work in process\"",
"test:coverage": "echo \"no test specified,work in process\"",
"lint": "eslint ./src --ext ts,tsx",
"lint:fix": "eslint ./src --ext ts,tsx --fix",
"prepare": "husky install"
Expand Down

0 comments on commit 9187652

Please sign in to comment.