File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
redisinsight/ui/src/components/config Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ import { ONBOARDING_FEATURES } from 'uiSrc/components/onboarding-features'
18
18
import { getWBGuides } from 'uiSrc/slices/workbench/wb-guides'
19
19
import { getWBTutorials } from 'uiSrc/slices/workbench/wb-tutorials'
20
20
import { getContentRecommendations } from 'uiSrc/slices/recommendations/recommendations'
21
+ import { getGuideLinks } from 'uiSrc/slices/content/guide-links'
21
22
import Config from './Config'
22
23
23
24
let store : typeof mockedStore
@@ -63,6 +64,7 @@ describe('Config', () => {
63
64
getRedisCommands ( ) ,
64
65
getNotifications ( ) ,
65
66
getContentRecommendations ( ) ,
67
+ getGuideLinks ( ) ,
66
68
getWBGuides ( ) ,
67
69
getWBTutorials ( ) ,
68
70
getFeatureFlags ( ) ,
@@ -97,6 +99,7 @@ describe('Config', () => {
97
99
getRedisCommands ( ) ,
98
100
getNotifications ( ) ,
99
101
getContentRecommendations ( ) ,
102
+ getGuideLinks ( ) ,
100
103
getWBGuides ( ) ,
101
104
getWBTutorials ( ) ,
102
105
getFeatureFlags ( ) ,
You can’t perform that action at this time.
0 commit comments