You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I replaced an oidc package with your project and it works perfectly, but it broke my test because of this error:
Error: [vitest] No "OidcProvider" export is defined on the "@axa-fr/react-oidc" mock. Did you forget to return it from "vi.mock"?
If you need to partially mock a module, you can use "importOriginal" helper inside:
I also saw that issue #1343 and tried the mock the author did, but it now gives me another error:
TypeError: Cannot read properties of undefined (reading 'match')
The text was updated successfully, but these errors were encountered:
Hello, I replaced an oidc package with your project and it works perfectly, but it broke my test because of this error:
I also saw that issue #1343 and tried the mock the author did, but it now gives me another error:
The text was updated successfully, but these errors were encountered: