* Deletes all Vitest caches, including `experimental.fsModuleCache`. * @experimental
()
| 599 | * @experimental |
| 600 | */ |
| 601 | public async experimental_clearCache(): Promise<void> { |
| 602 | await this.cache.results.clearCache() |
| 603 | await this._fsCache.clearCache() |
| 604 | } |
| 605 | |
| 606 | /** |
| 607 | * Merge reports from multiple runs located in the specified directory (value from `--merge-reports` if not specified). |