test: load real modules with unique import ids

This commit is contained in:
YeonGyu-Kim
2026-04-04 19:42:18 +09:00
parent b0f754f506
commit 8b8559f39d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ const {
generateCodeVerifier,
generateCodeChallenge,
buildAuthorizationUrl,
} = await import(new URL("./provider.ts", import.meta.url).href)
} = await import(new URL("./provider.ts?real-provider-test", import.meta.url).href)
describe("McpOAuthProvider", () => {
describe("generateCodeVerifier", () => {