We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 897aead commit 43e83c6Copy full SHA for 43e83c6
package.json
@@ -42,7 +42,7 @@
42
"start:web:public": "cross-env PUBLIC_DEV=true NODE_ENV=development TS_NODE_TRANSPILE_ONLY=true webpack serve --config ./configs/webpack.config.web.dev.ts",
43
"test": "jest ./redisinsight/ui -w 1",
44
"test:watch": "jest ./redisinsight/ui --watch -w 1",
45
- "test:cov": "jest ./redisinsight/ui --coverage -w 1",
+ "test:cov": "jest ./redisinsight/ui --coverage -w 4",
46
"test:cov:unit": "jest ./redisinsight/ui --group=-component --coverage -w 1",
47
"test:cov:component": "jest ./redisinsight/ui --group=component --coverage -w 1",
48
"type-check:ui": "tsc --project redisinsight/ui --noEmit"
0 commit comments