test(f6): assert toggleDiffView + pinDiffBaseline are no-folder stubs (#8, SLICE-4)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Ben Stull
2026-06-11 07:18:53 -07:00
parent aed665a978
commit e052ffc1a9
@@ -28,6 +28,8 @@ suite("no-workspace activation (#8)", () => {
"cowriting.acceptProposal", "cowriting.acceptProposal",
"cowriting.rejectProposal", "cowriting.rejectProposal",
"cowriting.proposeAgentEdit", "cowriting.proposeAgentEdit",
"cowriting.toggleDiffView",
"cowriting.pinDiffBaseline",
]) { ]) {
assert.ok(all.includes(command), `${command} is registered`); assert.ok(all.includes(command), `${command} is registered`);
} }