diff --git a/packages/vitest/src/node/types/config.ts b/packages/vitest/src/node/types/config.ts index f6bc7bbf6800..dbe9f006aaec 100644 --- a/packages/vitest/src/node/types/config.ts +++ b/packages/vitest/src/node/types/config.ts @@ -225,7 +225,11 @@ type ReporterWithOptions = : [Name, Partial] : [Name, Record] -export type ResolveSnapshotPathHandler = (testPath: string, snapExtension: string, context: { config: SerializedConfig }) => string +export type ResolveSnapshotPathHandler = ( + testPath: string, + snapExtension: string, + context: { config: SerializedConfig } +) => string export interface InlineConfig { /**