test: align plugin command spec expectation

This commit is contained in:
George Pickett 2026-03-03 15:05:18 -08:00
parent 4495071f8e
commit 5fe81704e6
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ describe("registerPluginCommand", () => {
{
name: "demo_cmd",
description: "Demo command",
acceptsArgs: false,
},
]);
});