Skip to content

Commit bf08861

Browse files
committed
chore: keep exposing getCoreWorkspaceProject
1 parent f0e89f5 commit bf08861

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/vitest/src/node/core.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,11 @@ export class Vitest {
321321
return this.coreWorkspaceProject
322322
}
323323

324+
/** @deprecated use `getRootTestProject` instead */
325+
public getCoreWorkspaceProject(): TestProject {
326+
return this.getRootTestProject()
327+
}
328+
324329
/**
325330
* Return project that has the root (or "global") config.
326331
*/

0 commit comments

Comments
 (0)