(structure: TestFsStructure, vitestConfig?: RunVitestConfig, options?: VitestRunnerCLIOptions)
| 752 | }) |
| 753 | |
| 754 | function runNoViteModuleRunnerTests(structure: TestFsStructure, vitestConfig?: RunVitestConfig, options?: VitestRunnerCLIOptions) { |
| 755 | return runInlineTests(structure, { |
| 756 | globals: true, |
| 757 | ...vitestConfig, |
| 758 | experimental: { |
| 759 | ...vitestConfig?.experimental, |
| 760 | viteModuleRunner: false, |
| 761 | }, |
| 762 | }, options) |
| 763 | } |
no test coverage detected