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

Function runVitestCli

test/config/test/failures.test.ts:26–28  ·  view source on GitHub ↗
(...cliArgs: string[])

Source from the content-addressed store, hash-verified

24}
25
26function runVitestCli(...cliArgs: string[]) {
27 return testUtils.runVitestCli('run', 'fixtures/test/', ...cliArgs)
28}
29
30beforeEach((ctx) => {
31 const errors: Parameters<typeof console.error>[] = []

Callers 6

failures.test.tsFile · 0.70
startVitestFunction · 0.50
default.test.tsFile · 0.50
junit.test.tsFile · 0.50
getCliConfigFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected