Don't exclude config.test.ts. (#1021)

This commit is contained in:
Tommaso Sciortino
2025-06-13 13:07:46 -07:00
committed by GitHub
parent 1cefe21d2a
commit 491e367f7c
2 changed files with 24 additions and 47 deletions

View File

@@ -9,6 +9,8 @@ import { defineConfig } from 'vitest/config';
export default defineConfig({
test: {
include: ['**/*.{test,spec}.?(c|m)[jt]s?(x)', 'config.test.ts'],
exclude: ['**/node_modules/**', '**/dist/**', '**/cypress/**'],
environment: 'jsdom',
globals: true,
reporters: ['default', 'junit'],