Skip to content

Commit

Permalink
Merge pull request #45 from akashchouhan16/dev-ci
Browse files Browse the repository at this point in the history
📜  Add test coverage and export coverage report scripts
  • Loading branch information
akashchouhan16 committed Jan 24, 2024
2 parents 0b6c5f7 + b6d0125 commit 98accf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"main": "index.js",
"scripts": {
"test": "jest",
"test-coverage": "npx jest --ci --coverage",
"export-coverage-report": "npx jest --ci --json --coverage --testLocationInResults --outputFile=report.json",
"lint": "eslint . --ext .js",
"lint-fix": "eslint --fix . --ext .js"
},
Expand Down

0 comments on commit 98accf3

Please sign in to comment.