Skip to content

Commit af7853a

Browse files
Merge branch 'main' into release/v2.12.0
2 parents 22321a7 + a394211 commit af7853a

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

__tests__/auth-provider.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,7 @@ describe('Auth0Provider', () => {
491491
);
492492
await waitFor(() => {
493493
expect(result.current.logout).toBeInstanceOf(Function);
494+
expect(result.current.isAuthenticated).toBe(true);
494495
});
495496
await act(() => {
496497
result.current.logout();

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@testing-library/jest-dom": "6.9.1",
5959
"@testing-library/react": "16.3.2",
6060
"@types/jest": "^29.5.14",
61-
"@types/react": "19.2.9",
61+
"@types/react": "19.2.10",
6262
"@types/react-dom": "19.2.3",
6363
"@typescript-eslint/eslint-plugin": "^8.36.0",
6464
"@typescript-eslint/parser": "^8.36.0",

0 commit comments

Comments
 (0)