Skip to content

Commit 58d05df

Browse files
Fix test script
1 parent c21b59a commit 58d05df

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.harness/orgs/PROD/projects/Harness_Split/pipelines/redux-client.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pipeline:
6060
identifier: npm_run_test
6161
spec:
6262
shell: Sh
63-
command: npm run test -- --coverage
63+
command: npm run test
6464
- step:
6565
type: Run
6666
name: npm run build

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"check:types": "tsc --noEmit",
2424
"test": "jest src --silent",
2525
"test:watch": "npm test -- --watch",
26-
"test:coverage": "jest src --coverage",
26+
"test:coverage": "jest src --silent --coverage",
2727
"test:debug": "node --inspect node_modules/.bin/jest --runInBand",
2828
"all": "npm run check && npm run build && npm run test",
2929
"publish:rc": "npm publish --tag rc",

0 commit comments

Comments
 (0)