Skip to content

Commit 830dec0

Browse files
committed
test: map unset #oauth/config alias to empty string
1 parent a816e62 commit 830dec0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vite.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,10 @@ export default defineConfig({
208208
provider: playwright(),
209209
instances: [{ browser: 'chromium', headless: true }],
210210
},
211+
alias: {
212+
// Hack for 'Error: Missing "#oauth/config" specifier in "nuxt" package' error
213+
'#oauth/config': '',
214+
},
211215
},
212216
}),
213217
],

0 commit comments

Comments
 (0)