Skip to content

Commit

Permalink
test: add test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Oct 20, 2023
1 parent 1d2be98 commit 6a9903a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"format": "prettier --check 'src/**/*.js'",
"format:fix": "prettier --write 'src/**/*.js'",
"lint": "eslint . --ext .js",
"lint:fix": "pnpm lint --fix"
"lint:fix": "pnpm lint --fix",
"test": "jest",
"test-cov": "jest --coverage"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6a9903a

Please sign in to comment.