File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 41
41
"start:web" : " cross-env NODE_ENV=development TS_NODE_TRANSPILE_ONLY=true webpack serve --config ./configs/webpack.config.web.dev.ts" ,
42
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
43
"test" : " jest ./redisinsight/ui -w 1" ,
44
- "test:watch" : " jest ./redisinsight/ui/src/slices/tests/recommendations/recommendations.spec.ts --watch -w 1" ,
44
+ "test:watch" : " jest ./redisinsight/ui --watch -w 1" ,
45
45
"test:cov" : " jest ./redisinsight/ui --coverage -w 1" ,
46
46
"test:cov:unit" : " jest ./redisinsight/ui --group=-component --coverage -w 1" ,
47
47
"test:cov:component" : " jest ./redisinsight/ui --group=component --coverage -w 1" ,
You can’t perform that action at this time.
0 commit comments