Skip to content

Commit

Permalink
fix: Add missing createChannels mock.
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanP-7West committed Oct 15, 2024
1 parent 75d494f commit 1ecfd76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-native/jest-mock.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export default {
cancelDisplayedNotification: jest.fn(async () => {}),
cancelTriggerNotification: jest.fn(async () => {}),
createChannel: jest.fn(async channel => channel?.id || testChannel.id),
createChannels: jest.fn(async () => {}),
createChannelGroup: jest.fn(async channelGroup => channelGroup?.id || testChannelGroup.id),
createChannelGroups: jest.fn(async () => {}),
deleteChannel: jest.fn(async () => {}),
Expand Down

0 comments on commit 1ecfd76

Please sign in to comment.