Add mock data and unit tests for Channels and Members APIs
This commit is contained in:
11
test/mocks/Channel.ts
Normal file
11
test/mocks/Channel.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export const mockChannel = {
|
||||
channelId: 'some-region#some-application-id#some-channel-name.s3bS4Udv1y5G',
|
||||
alias: 'some-channel-name',
|
||||
name: 'some-channel-name',
|
||||
description: 'some-channel-description',
|
||||
type: 'default',
|
||||
options: [],
|
||||
streamKey: '2GKJt4TP9vrJuHFhJNRm5lUJ1tGHW5LUXWWGlvz1L7S9PHVFGql82sOPI1AxbDQUeGZALVG3DuJAs63IC7agZEyljEIPM1a3b4',
|
||||
created: '2024-01-01',
|
||||
lastUpdated: '2024-01-01'
|
||||
};
|
||||
Reference in New Issue
Block a user