Skip to content

Commit 23d50d7

Browse files
committed
chore(coverage): add coverage scripts
1 parent 912a254 commit 23d50d7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
"format:write": "prettier --write 'projects/**/*.ts'",
1010
"test": "npm run test:lib && npm run test:showcase",
1111
"test:lib": "jest --config ./projects/pretty-html-log/jest.config.js",
12+
"test:lib:coverage": "jest --config --coverage ./projects/pretty-html-log/jest.config.js",
1213
"test:lib:watch": "jest -o --watch --config ./projects/pretty-html-log/jest.config.js",
1314
"test:showcase": "jest --config ./projects/pretty-html-log-showcase/jest.config.js",
15+
"test:showcase:coverage": "jest --coverage --config ./projects/pretty-html-log-showcase/jest.config.js",
1416
"test:showcase:watch": "jest -o --watch --config ./projects/pretty-html-log-showcase/jest.config.js",
1517
"lint": "ng lint",
1618
"e2e": "ng e2e"

0 commit comments

Comments
 (0)