Skip to content

Commit

Permalink
chore: keep exposing getCoreWorkspaceProject
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Dec 6, 2024
1 parent f0e89f5 commit bf08861
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/vitest/src/node/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,11 @@ export class Vitest {
return this.coreWorkspaceProject
}

/** @deprecated use `getRootTestProject` instead */
public getCoreWorkspaceProject(): TestProject {
return this.getRootTestProject()
}

/**
* Return project that has the root (or "global") config.
*/
Expand Down

0 comments on commit bf08861

Please sign in to comment.