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 {
203203 this . _workspaceConfigPath = undefined
204204 this . coverageProvider = undefined
205205 this . runningPromise = undefined
206+ this . coreWorkspaceProject = undefined
206207 this . specifications . clearCache ( )
207208 this . _onUserTestsRerun = [ ]
208209
Original file line number Diff line number Diff line change @@ -491,10 +491,8 @@ export class TestProject {
491491 return testFiles
492492 }
493493
494- /** @internal */
495- _parentBrowser ?: ParentProjectBrowser
496- /** @internal */
497- _parent ?: TestProject
494+ private _parentBrowser ?: ParentProjectBrowser
495+ private _parent ?: TestProject
498496 /** @internal */
499497 _initParentBrowser = deduped ( async ( ) => {
500498 if ( ! this . isBrowserEnabled ( ) || this . _parentBrowser ) {
You can’t perform that action at this time.
0 commit comments