Skip to content

Commit

Permalink
add coverage test
Browse files Browse the repository at this point in the history
  • Loading branch information
s-kybound committed Apr 9, 2024
1 parent 6b198c5 commit 8e997b5
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 @@ -33,6 +33,7 @@
"scripts": {
"build-libs": "npx ts-node ./src/compile-libs.ts",
"test": "jest",
"test-coverage": "jest --coverage",
"eslint": "eslint --ignore-path .eslintignore --ext .ts",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"",
"format:ci": "prettier --ignore-path .gitignore --list-different \"**/*.+(js|ts|json)\""
Expand Down

0 comments on commit 8e997b5

Please sign in to comment.