Skip to content

Commit 5e05818

Browse files
committed
format
1 parent a90f273 commit 5e05818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/run-command.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ describe("runCommand", () => {
8181
const firstMessage = getFirstText(result);
8282
// Verify error message indicates undefined command
8383
expect(firstMessage).toContain(
84-
"Command is required, current value: undefined"
84+
"Command is required, current value: undefined",
8585
);
8686
});
8787

0 commit comments

Comments
 (0)