()
| 29 | }) |
| 30 | |
| 31 | async function importFreshOauthModule() { |
| 32 | return import(`./oauth.ts?nonce=${Date.now()}-${Math.random()}`) |
| 33 | } |
| 34 | |
| 35 | describe('oauth URL helpers', () => { |
| 36 | it('uses the Noumena issuer for token and derives the code web host for authorize/callback/success pages', () => { |