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