feat: add stage 1 and 2 validation tests

This commit is contained in:
lila 2026-05-03 21:36:56 +02:00
parent 4fa3073412
commit 4a842140b9
5 changed files with 536 additions and 0 deletions

View file

@ -6,5 +6,6 @@ export default defineConfig({
globals: true,
include: ["tests/**/*.test.ts"],
exclude: ["**/dist/**", "**/node_modules/**"],
testTimeout: 60_000,
},
});