We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf30a5 commit 2896035Copy full SHA for 2896035
package.json
@@ -15,6 +15,7 @@
15
"commitlint": "commitlint --edit",
16
"watch:library": "jest --config projects/ng-if-responsive/jest.config.js --watch",
17
"test:library": "jest --config projects/ng-if-responsive/jest.config.js",
18
+ "test:showcase": "jest --config projects/ng-if-responsive-showcase/jest.config.js",
19
"coverage:library": "jest --config projects/ng-if-responsive/jest.config.js --coverage --coverageDirectory=../../.coverage",
20
"format:test": "prettier --list-different 'projects/**/*.{ts,html}'",
21
"format:write": "prettier --write 'projects/**/*.{ts,html}'",
0 commit comments