File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -203,6 +203,7 @@ export class Vitest {
203
203
this . _workspaceConfigPath = undefined
204
204
this . coverageProvider = undefined
205
205
this . runningPromise = undefined
206
+ this . coreWorkspaceProject = undefined
206
207
this . specifications . clearCache ( )
207
208
this . _onUserTestsRerun = [ ]
208
209
Original file line number Diff line number Diff line change @@ -491,10 +491,8 @@ export class TestProject {
491
491
return testFiles
492
492
}
493
493
494
- /** @internal */
495
- _parentBrowser ?: ParentProjectBrowser
496
- /** @internal */
497
- _parent ?: TestProject
494
+ private _parentBrowser ?: ParentProjectBrowser
495
+ private _parent ?: TestProject
498
496
/** @internal */
499
497
_initParentBrowser = deduped ( async ( ) => {
500
498
if ( ! this . isBrowserEnabled ( ) || this . _parentBrowser ) {
You can’t perform that action at this time.
0 commit comments