Skip to content

Commit 23fc11a

Browse files
committed
no cypress
1 parent 63ab4a6 commit 23fc11a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vitest.config.mts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default mergeConfig(
1515
exclude: [...configDefaults.exclude, '**/node_modules/**', '**/dist/**'],
1616
setupFiles: ['./setup-vitest.mts'],
1717
coverage: {
18-
exclude: ['**/node_modules/**', '**/dist/**', '**/__tests__/**', ...configDefaults.exclude],
18+
exclude: ['**/node_modules/**', '**/dist/**', '**/__tests__/**', '**/cypress/**', ...configDefaults.exclude],
1919
provider: 'v8',
2020
reporter: ['text', 'json', 'html', 'lcov'],
2121
},

0 commit comments

Comments
 (0)