MCPcopy
hub / github.com/vitest-dev/vitest / findChangedFiles

Method findChangedFiles

packages/vitest/src/node/vcs/vcs.ts:12–12  ·  view source on GitHub ↗
(options: VCSProviderOptions)

Source from the content-addressed store, hash-verified

10export interface VCSProvider {
11 // eslint-disable-next-line ts/method-signature-style
12 findChangedFiles(options: VCSProviderOptions): Promise<string[]>
13}
14
15export async function loadVCSProvider(runner: ModuleRunner, vcsProvider: string | VCSProvider | undefined): Promise<VCSProvider> {

Callers 4

onTestRunStartMethod · 0.65
filterTestsBySourceMethod · 0.65
findChangedFilesFunction · 0.65

Implementers 1

GitVCSProviderpackages/vitest/src/node/vcs/git.ts

Calls

no outgoing calls

Tested by

no test coverage detected