Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Oct 29, 2024
1 parent bb40570 commit 806c966
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/vitest/src/node/types/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,11 @@ type ReporterWithOptions<Name extends ReporterName = ReporterName> =
: [Name, Partial<BuiltinReporterOptions[Name]>]
: [Name, Record<string, unknown>]

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 {
/**
Expand Down

0 comments on commit 806c966

Please sign in to comment.