Skip to content

Commit 85cfbea

Browse files
committed
chore: update vitest configuration to exclude additional integration test files
1 parent 8d75589 commit 85cfbea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

vitest.config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ export default defineConfig({
99
exclude: [
1010
'**/node_modules/**',
1111
'**/dist/**',
12-
'tests/fixtures/**'
12+
'tests/fixtures/**',
13+
'tests/integrations/flat-config/eslint.config.js',
14+
'tests/lib/rules/no-unsupported-features/utils.js'
1315
],
14-
passWithNoTests: true,
1516
testTimeout: 60_000,
1617
globals: true,
1718
coverage: {

0 commit comments

Comments
 (0)