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.
1 parent d159299 commit c536d03Copy full SHA for c536d03
src/auth.spec.ts
@@ -412,7 +412,7 @@ describe('auth', () => {
412
413
// Should warn about expired token
414
expect(consoleWarnSpy).toHaveBeenCalledWith(
415
- '[AuthKit] Access token expired. Ensure authkitLoader is used in a parent/root route to handle automatic token refresh.'
+ '[AuthKit] Access token expired. Ensure authkitLoader is used in a parent/root route to handle automatic token refresh.',
416
);
417
418
// Result should return null user when token is expired
0 commit comments