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 65e0d38 commit f1a317bCopy full SHA for f1a317b
package.json
@@ -40,7 +40,7 @@
40
"start:preload": "cross-env NODE_ENV=development TS_NODE_TRANSPILE_ONLY=true webpack --config ./configs/webpack.config.preload.dev.ts",
41
"test": "jest ./redisinsight/ui -w 1",
42
"test:watch": "jest ./redisinsight/ui --watch -w 1",
43
- "test:cov": "jest ./redisinsight/ui --silent --coverage --no-cache --forceExit -w 3",
+ "test:cov": "cross-env NODE_OPTIONS='' jest ./redisinsight/ui --silent --coverage --no-cache --forceExit -w 3",
44
"test:cov:unit": "jest ./redisinsight/ui --group=-component --coverage -w 1",
45
"test:cov:component": "jest ./redisinsight/ui --group=component --coverage -w 1",
46
"type-check:ui": "tsc --project redisinsight/ui --noEmit"
0 commit comments