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

@@ -29,6 +29,8 @@ export default defineConfig({
environment: 'jsdom',
globalSetup: './src/tests/setup/global-setup.ts',
setupFiles: ['./src/tests/setup/unit-setup.ts'],
// Explicitly include all test files that are NOT integration tests.
include: ['src/**/*.test.{ts,tsx}'],
// Exclude integration tests and other non-test files from the unit test runner.
exclude: [
'**/node_modules/**',