Home
last modified time | relevance | path

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

/expo/packages/expo-updates/e2e/fixtures/
H A DUpdates.e2e.ts148 const secondRequest = await Server.waitForUpdateRequest(10000 * TIMEOUT_BIAS); constant
153 jestExpect(secondRequest.headers['expo-embedded-update-id']).toBeDefined();
154 jestExpect(secondRequest.headers['expo-embedded-update-id']).toEqual(
157 jestExpect(secondRequest.headers['expo-current-update-id']).toBeDefined();
158 jestExpect(secondRequest.headers['expo-current-update-id']).toEqual(manifest.id);
413 const secondRequest = await Server.waitForUpdateRequest(10000 * TIMEOUT_BIAS); constant
434 jestExpect(secondRequest.headers['expo-embedded-update-id']).toBeDefined();
435 jestExpect(secondRequest.headers['expo-embedded-update-id']).toEqual(
448 jestExpect(secondRequest.headers['expo-current-update-id']).toEqual(manifest.id);