Lines Matching refs:testChannel
321 const testChannel = { variable
371 testChannel
374 t.jasmine.objectContaining({ ...testChannel, id: testChannelId })
380 const channelSpec = t.jasmine.objectContaining({ ...testChannel, id: testChannelId });
382 await Notifications.setNotificationChannelAsync(testChannelId, testChannel);
419 ...testChannel,
424 t.expect(group.channels).toContain(t.jasmine.objectContaining(testChannel));
455 await Notifications.setNotificationChannelAsync(testChannelId, testChannel);
464 const channelSpec = t.jasmine.objectContaining({ ...testChannel, id: testChannelId });
466 await Notifications.setNotificationChannelAsync(testChannelId, testChannel);
474 await Notifications.deleteNotificationChannelAsync(testChannelId, testChannel);