OVO-Josh
OVO-Josh
Putting this here - just in case it solves things for anyone like me: 1. Use the [gcip-cloud-functions library](https://www.npmjs.com/package/gcip-cloud-functions?activeTab=readme) as recommended in https://cloud.google.com/identity-platform/docs/blocking-functions?hl=en (rather than the firebase-functions approach recommended in...
@KonradLinkowski #5203 is currently open for the same issue - looks like things won't be solved until [this issue](https://github.com/facebook/jest/issues/12270) is fixed on the jest side of things.
@KonradLinkowski oh whoops :sweat_smile:. Yeah we should probably have one of them opened
I've been using a hybrid of @jenvareto and @tonystrawberry 's answers to get things working for my tests with: - `auth.utils.ts` ```typescript export const authenticate = async (page: Page) =>...
OK I figured it out so leaving the answer here in case it helps anyone in the future. The issue was due to indexedDB operations being asynchronous, but them not...