1 2 3 4 5 6 7
import { configDefaults, defineConfig } from 'vitest/config'; export default defineConfig({ test: { exclude: [...configDefaults.exclude, '*.db', 'GNUmakefile', 'LICENSE'], }, });