Skip to content

Commit

Permalink
fix: defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
so1ve authored and sheremet-va committed Jul 6, 2023
1 parent 6fb75dc commit f07ef61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/defaults.ts
@@ -1,7 +1,7 @@
import type { BenchmarkUserOptions, ResolvedCoverageOptions, UserConfig } from './types'
import { isCI } from './utils/env'

export const defaultInclude = ['**/?(*.){test,spec}.?(c|m)[jt]s?(x)']
export const defaultInclude = ['**/*.{test,spec}.?(c|m)[jt]s?(x)']
export const defaultExclude = ['**/node_modules/**', '**/dist/**', '**/cypress/**', '**/.{idea,git,cache,output,temp}/**', '**/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build}.config.*']
export const benchmarkConfigDefaults: Required<Omit<BenchmarkUserOptions, 'outputFile'>> = {
include: ['**/*.{bench,benchmark}.?(c|m)[jt]s?(x)'],
Expand Down

0 comments on commit f07ef61

Please sign in to comment.