Add Docker-backed integration test rig

This commit is contained in:
Nathan Flurry 2026-03-08 00:09:01 -08:00
parent c74d8c9179
commit abf9b1858f
18 changed files with 1138 additions and 368 deletions

View file

@ -4,5 +4,6 @@ export default defineConfig({
test: {
include: ["tests/**/*.test.ts"],
testTimeout: 30000,
hookTimeout: 120000,
},
});