integration tests

This commit is contained in:
seavor 2026-04-15 22:19:59 -05:00
parent 0ff391491d
commit 4f68190a25
13 changed files with 1149 additions and 0 deletions

View file

@ -10,6 +10,8 @@
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"test:integration": "vitest run --config vitest.integration.config.ts",
"test:integration:coverage": "vitest run --config vitest.integration.config.ts --coverage",
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix",
"golden": "npm run lint && npm run test",