configに`test.exclude`を追加 ```ts export default defineConfig({ test: { exclude: ["**/node_modules/**", "e2e/**"], }, }) ```