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

Function run

test/config/test/retry.test.ts:4–10  ·  view source on GitHub ↗
(testNamePattern: string)

Source from the content-addressed store, hash-verified

2import { runVitest } from '../../test-utils'
3
4function run(testNamePattern: string) {
5 return runVitest({
6 include: ['fixtures/retry/retry.test.ts'],
7 config: 'fixtures/retry/vitest.config.ts',
8 testNamePattern,
9 })
10}
11
12describe('retry', () => {
13 test('should passed', async () => {

Callers 1

retry.test.tsFile · 0.70

Calls 1

runVitestFunction · 0.90

Tested by

no test coverage detected