mirror of
https://github.com/toss/es-toolkit.git
synced 2024-11-24 03:32:58 +03:00
chore: Exclude benchmark tests when testing the whole project
This commit is contained in:
parent
bb063fbcf6
commit
20a25539c8
@ -4,6 +4,9 @@ import packageJson from './package.json';
|
||||
export default defineConfig({
|
||||
test: {
|
||||
name: packageJson.name,
|
||||
exclude: [
|
||||
'./benchmarks/**/*'
|
||||
],
|
||||
coverage: {
|
||||
provider: 'istanbul',
|
||||
include: ['src/**/*'],
|
||||
|
Loading…
Reference in New Issue
Block a user