diff --git a/vite.config.ts b/vite.config.ts index 94f94900e..5c5a5ea24 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -35,7 +35,7 @@ export default ({ command, mode }: ConfigEnv): UserConfigExport => { // choosing istanbul for now because of this https://github.com/vitest-dev/vitest/issues/1252 provider: 'istanbul', // or 'c8', include: ['src/**/**'], - exclude: ['node_modules/', '**/*.test.tsx'], + exclude: ['node_modules/', '**/*.test.tsx', './src/assets/**'], }, css: true, },