Home
last modified time | relevance | path

Searched refs:testChannel (Results 1 – 1 of 1) sorted by relevance

/expo/apps/test-suite/tests/
H A DNotifications.js321 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);
[all …]