Skip to content

Commit 10e3f9f

Browse files
Mock Bridget function
1 parent 3742001 commit 10e3f9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dotcom-rendering/.storybook/mocks/bridgetApi.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ export const getDiscussionClient: BridgetApi<'getDiscussionClient'> = () => ({
8686
recommend: async () => discussionErrorResponse,
8787
});
8888

89-
export const getInteractionClient: BridgetApi<
90-
'getInteractionClient'
91-
> = () => ({});
89+
export const getInteractionClient: BridgetApi<'getInteractionClient'> = () => ({
90+
disableArticleSwipe: async () => void 0,
91+
});
9292

9393
export const getInteractivesClient: BridgetApi<
9494
'getInteractivesClient'

0 commit comments

Comments
 (0)