Searched refs:nativeStateContext (Results 1 – 1 of 1) sorted by relevance
610 const nativeStateContext = JSON.parse(nativeStateContextString); constant611 console.warn(`nativeStateContext = ${JSON.stringify(nativeStateContext, null, 2)}`);706 jestExpect(nativeStateContext.latestManifest?.id).toEqual(manifest.id);707 jestExpect(nativeStateContext.isUpdateAvailable).toBe(true);708 jestExpect(nativeStateContext.isUpdatePending).toBe(true);