We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a90f273 commit 5e05818Copy full SHA for 5e05818
tests/integration/run-command.test.ts
@@ -81,7 +81,7 @@ describe("runCommand", () => {
81
const firstMessage = getFirstText(result);
82
// Verify error message indicates undefined command
83
expect(firstMessage).toContain(
84
- "Command is required, current value: undefined"
+ "Command is required, current value: undefined",
85
);
86
});
87
0 commit comments