Skip to content

Commit

Permalink
build: add coverage to jest
Browse files Browse the repository at this point in the history
  • Loading branch information
anantoghosh committed Feb 28, 2022
1 parent 2376e1f commit a79b9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"build": "npm run build:latest && npm run build:legacy",
"build:latest": "rollup -c",
"build:legacy": "rollup -c rollup-legacy.config.js",
"test": "jest"
"test": "jest --coverage"
},
"keywords": [
"react-linkify",
Expand Down

0 comments on commit a79b9dd

Please sign in to comment.