throw together some scuffed integration testing infra
This commit is contained in:
@@ -5,4 +5,11 @@ export default defineConfig({
|
||||
build: {
|
||||
sourcemap: true,
|
||||
},
|
||||
test: {
|
||||
globalSetup: ["packages/reacord/test/global-setup.ts"],
|
||||
threads: false,
|
||||
isolate: false,
|
||||
hookTimeout: 20_000,
|
||||
testTimeout: 20_000,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user