(testNamePattern: string)
| 2 | import { runVitest } from '../../test-utils' |
| 3 | |
| 4 | function 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 | |
| 12 | describe('retry', () => { |
| 13 | test('should passed', async () => { |
no test coverage detected