test(web): cover workspace sidebar behavior

This commit is contained in:
_Kerman
2026-08-11 15:24:40 +08:00
parent 8005ab78bd
commit 6e303ac0b7
22 changed files with 420 additions and 48 deletions

View File

@@ -56,6 +56,7 @@ function props(
displayTitle: 'worker',
running: true,
blank: false,
createdAt: Date.now(),
updatedAt: Date.now(),
},
},
@@ -83,6 +84,7 @@ function summary(id: SessionId, updatedAt: number): SessionSummary {
displayTitle: id,
running: false,
blank: false,
createdAt: updatedAt,
updatedAt,
}
}