We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c21b59a commit 58d05dfCopy full SHA for 58d05df
2 files changed
.harness/orgs/PROD/projects/Harness_Split/pipelines/redux-client.yaml
@@ -60,7 +60,7 @@ pipeline:
60
identifier: npm_run_test
61
spec:
62
shell: Sh
63
- command: npm run test -- --coverage
+ command: npm run test
64
- step:
65
type: Run
66
name: npm run build
package.json
@@ -23,7 +23,7 @@
23
"check:types": "tsc --noEmit",
24
"test": "jest src --silent",
25
"test:watch": "npm test -- --watch",
26
- "test:coverage": "jest src --coverage",
+ "test:coverage": "jest src --silent --coverage",
27
"test:debug": "node --inspect node_modules/.bin/jest --runInBand",
28
"all": "npm run check && npm run build && npm run test",
29
"publish:rc": "npm publish --tag rc",
0 commit comments