unit tests fixin
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 1m13s
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 1m13s
This commit is contained in:
@@ -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/**',
|
||||
|
||||
Reference in New Issue
Block a user