Skip to content

Commit fa50204

Browse files
committed
Fix import of auth.js in test
1 parent 4c87fb5 commit fa50204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/auth.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
exchangeAuthorization,
55
refreshAuthorization,
66
registerClient,
7-
} from "./auth";
7+
} from "./auth.js";
88

99
// Mock pkce-challenge
1010
jest.mock("pkce-challenge", () => ({

0 commit comments

Comments
 (0)