Skip to content

Commit f1a317b

Browse files
fix fe tests
1 parent 65e0d38 commit f1a317b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"start:preload": "cross-env NODE_ENV=development TS_NODE_TRANSPILE_ONLY=true webpack --config ./configs/webpack.config.preload.dev.ts",
4141
"test": "jest ./redisinsight/ui -w 1",
4242
"test:watch": "jest ./redisinsight/ui --watch -w 1",
43-
"test:cov": "jest ./redisinsight/ui --silent --coverage --no-cache --forceExit -w 3",
43+
"test:cov": "cross-env NODE_OPTIONS='' jest ./redisinsight/ui --silent --coverage --no-cache --forceExit -w 3",
4444
"test:cov:unit": "jest ./redisinsight/ui --group=-component --coverage -w 1",
4545
"test:cov:component": "jest ./redisinsight/ui --group=component --coverage -w 1",
4646
"type-check:ui": "tsc --project redisinsight/ui --noEmit"

0 commit comments

Comments
 (0)