unit tests fixin
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 1m13s

This commit is contained in:
2025-11-22 01:35:04 -08:00
parent 979d8f1155
commit ddbedcc9f9
2 changed files with 3 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
"build": "DEBUG=\"tailwindcss:*\" vite build --debug",
"preview": "vite preview",
"test": "vitest run --coverage",
"test:integration": "vitest run --project integration",
"test:integration": "vitest run -c vitest.config.integration.ts",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"seed": "ts-node-dev scripts/seed.ts"
},