* Check if this is the root project. The root project is the one that has the root config.
()
| 226 | * Check if this is the root project. The root project is the one that has the root config. |
| 227 | */ |
| 228 | public isRootProject(): boolean { |
| 229 | return this.vitest.getRootProject() === this |
| 230 | } |
| 231 | |
| 232 | /** @internal */ |
| 233 | async _initializeGlobalSetup() { |
no test coverage detected