Skip to content

feat: added localStorage store #63

feat: added localStorage store

feat: added localStorage store #63

Triggered via pull request October 12, 2024 22:26
Status Failure
Total duration 33s
Artifacts

build-test-ci.yml

on: pull_request
Matrix: main
Fit to window
Zoom out
Zoom in

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/