Searched refs:testChannel (Results 1 – 1 of 1) sorted by relevance
321 const testChannel = { variable371 testChannel374 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);[all …]