chore: Exclude benchmark tests when testing the whole project

This commit is contained in:
raon0211 2024-07-18 20:20:23 +09:00
parent bb063fbcf6
commit 20a25539c8

View File

@ -4,6 +4,9 @@ import packageJson from './package.json';
export default defineConfig({
test: {
name: packageJson.name,
exclude: [
'./benchmarks/**/*'
],
coverage: {
provider: 'istanbul',
include: ['src/**/*'],