We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8b8a4e + 570789e commit 275b49eCopy full SHA for 275b49e
test/GoTrueClient.browser.test.ts
@@ -11,10 +11,18 @@ import {
11
userNotAvailableProxy,
12
resolveFetch,
13
} from '../src/lib/helpers'
14
+import {
15
+ supportsLocalStorage,
16
+ validateExp,
17
+ sleep,
18
+ userNotAvailableProxy,
19
+ resolveFetch,
20
+} from '../src/lib/helpers'
21
22
// Add structuredClone polyfill for jsdom
23
if (typeof structuredClone === 'undefined') {
24
; (global as any).structuredClone = (obj: any) => JSON.parse(JSON.stringify(obj))
25
+ ; (global as any).structuredClone = (obj: any) => JSON.parse(JSON.stringify(obj))
26
}
27
28
describe('GoTrueClient in browser environment', () => {
0 commit comments