We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 912a254 commit 23d50d7Copy full SHA for 23d50d7
1 file changed
package.json
@@ -9,8 +9,10 @@
9
"format:write": "prettier --write 'projects/**/*.ts'",
10
"test": "npm run test:lib && npm run test:showcase",
11
"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",
13
"test:lib:watch": "jest -o --watch --config ./projects/pretty-html-log/jest.config.js",
14
"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",
16
"test:showcase:watch": "jest -o --watch --config ./projects/pretty-html-log-showcase/jest.config.js",
17
"lint": "ng lint",
18
"e2e": "ng e2e"
0 commit comments