Home
last modified time | relevance | path

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

/expo/packages/expo-updates/src/statemachine/__tests__/
H A DUpdatesStateMachine-test.node.ts21 const testUpdateId = '00000-xxxx'; constant
30 expect(state.context.latestManifest).toEqual({ updateId: testUpdateId });
43 body: { manifest: { updateId: testUpdateId } },
66 const testUpdateId = '00000-xxxx'; constant
75 expect(state.context.latestManifest).toEqual({ updateId: testUpdateId });
76 expect(state.context.downloadedManifest).toEqual({ updateId: testUpdateId });
89 body: { manifest: { updateId: testUpdateId } },
125 const testUpdateId = '00000-xxxx'; constant
139 expect(state.context.downloadedManifest).toEqual({ updateId: testUpdateId });
152 body: { manifest: { updateId: testUpdateId } },
[all …]