mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
test(server): default mainRepoRoot to null in createCheckoutStatus helper
de428582 made workspace-git-service propagate checkoutStatus.mainRepoRoot
directly. The test helper never set the field, so the runtime snapshot
emitted undefined where tests expected null.
This commit is contained in:
@@ -89,6 +89,7 @@ function createCheckoutStatus(
|
|||||||
return {
|
return {
|
||||||
isGit: true,
|
isGit: true,
|
||||||
repoRoot: cwd,
|
repoRoot: cwd,
|
||||||
|
mainRepoRoot: null,
|
||||||
currentBranch: "main",
|
currentBranch: "main",
|
||||||
isDirty: false,
|
isDirty: false,
|
||||||
baseRef: "main",
|
baseRef: "main",
|
||||||
|
|||||||
Reference in New Issue
Block a user