feat: added localStorage store #63
Annotations
2 errors and 1 warning
main.test.ts > index exports > should not export anything extra:
lib/main.test.ts#L64
AssertionError: expected [ 'ChromeStore', …(25) ] to deeply equal [ 'ChromeStore', …(24) ]
- Expected
+ Received
Array [
"ChromeStore",
"ExpoSecureStore",
"IssuerRouteTypes",
+ "LocalStorage",
"MemoryStorage",
"Scopes",
"StorageKeys",
"base64UrlEncode",
"extractAuthResults",
"generateAuthUrl",
"generateRandomString",
"getActiveStorage",
"getClaim",
"getClaims",
"getCurrentOrganization",
"getDecodedToken",
"getFlag",
"getPermission",
"getPermissions",
"getRoles",
"getUserOrganizations",
"getUserProfile",
"mapLoginMethodParamsForUrl",
"sanatizeURL",
"setActiveStorage",
"storageSettings",
]
❯ main.test.ts:64:34
|
main (20.x)
Process completed with exit code 1.
|
main (20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|