Skip to content

Commit f07ef61

Browse files
so1vesheremet-va
authored andcommitted
fix: defaults
1 parent 6fb75dc commit f07ef61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vitest/src/defaults.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { BenchmarkUserOptions, ResolvedCoverageOptions, UserConfig } from './types'
22
import { isCI } from './utils/env'
33

4-
export const defaultInclude = ['**/?(*.){test,spec}.?(c|m)[jt]s?(x)']
4+
export const defaultInclude = ['**/*.{test,spec}.?(c|m)[jt]s?(x)']
55
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.*']
66
export const benchmarkConfigDefaults: Required<Omit<BenchmarkUserOptions, 'outputFile'>> = {
77
include: ['**/*.{bench,benchmark}.?(c|m)[jt]s?(x)'],

0 commit comments

Comments
 (0)