feat: add stage 1 and 2 validation tests
This commit is contained in:
parent
4fa3073412
commit
4a842140b9
5 changed files with 536 additions and 0 deletions
|
|
@ -6,5 +6,6 @@ export default defineConfig({
|
|||
globals: true,
|
||||
include: ["tests/**/*.test.ts"],
|
||||
exclude: ["**/dist/**", "**/node_modules/**"],
|
||||
testTimeout: 60_000,
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue