File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
redisinsight/ui/src/slices/interfaces Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
44
"test:watch" : " jest ./redisinsight/ui --watch -w 1" ,
45
- "test:cov" : " jest ./redisinsight/ui --coverage -w 1 " ,
45
+ "test:cov" : " jest ./redisinsight/ui --coverage --runInBand " ,
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" ,
48
48
"type-check:ui" : " tsc --project redisinsight/ui --noEmit"
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ export enum CloudSsoUtmCampaign {
78
78
ListOfDatabases = 'list_of_databases' ,
79
79
Workbench = 'redisinsight_workbench' ,
80
80
BrowserSearch = 'redisinsight_browser_search' ,
81
- BrowserOverview = 'redisinsight_browser_search ' ,
81
+ BrowserOverview = 'redisinsight_browser_overview ' ,
82
82
BrowserFilter = 'browser_filter' ,
83
83
GuidesAndTutorials = 'redisinsight_doc_guide' ,
84
84
Unknown = 'other' ,
You can’t perform that action at this time.
0 commit comments