()
| 2445 | // Ensure the data has been stored in the DB. |
| 2446 | const db: MockCache = (await scope.caches.open('db:control')) as any; |
| 2447 | const getLatestHashFromDb = async () => (await (await db.match('/latest')).json()).latest; |
| 2448 | expect(await getLatestHashFromDb()).toBe(manifestHash); |
| 2449 | |
| 2450 | // Change the latest hash to not correspond to any manifest. |
no test coverage detected
searching dependent graphs…