Skip to content

Commit 0d547fa

Browse files
committed
tests: add tests setup
1 parent 2a8aac3 commit 0d547fa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package/src/components/MessageInput/__tests__/CommandsButton.test.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ const renderComponent = ({ client, channel, props }) => {
1313
return render(
1414
<OverlayProvider>
1515
<Chat client={client}>
16-
<Channel channel={channel}>
17-
<SendButton {...props} />
18-
</Channel>
19-
</Chat>
20-
</OverlayProvider>,
21-
);
16+
<Channel channel={channel}>
17+
<SendButton {...props} />
18+
</Channel>
19+
</Chat>
20+
</OverlayProvider>,
21+
);
2222
};

0 commit comments

Comments
 (0)