Skip to content

Commit e06e6f5

Browse files
committed
test: don't try to fetch payloads in tests
1 parent 2bbee5e commit e06e6f5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export default defineConfig({
3131
rootDir: fileURLToPath(new URL('.', import.meta.url)),
3232
overrides: {
3333
experimental: {
34+
payloadExtraction: false,
3435
viteEnvironmentApi: false,
3536
},
3637
pwa: {

0 commit comments

Comments
 (0)