throw together some scuffed integration testing infra

This commit is contained in:
itsMapleLeaf
2022-08-06 00:05:30 -05:00
parent e974f0073d
commit 1cbd5e9bfd
8 changed files with 293 additions and 222 deletions

View File

@@ -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,
},
})