style: tidy cli formatting
This commit is contained in:
@@ -59,11 +59,9 @@ describe("agents add command", () => {
|
||||
it("requires --workspace in non-interactive mode", async () => {
|
||||
configMocks.readConfigFileSnapshot.mockResolvedValue({ ...baseSnapshot });
|
||||
|
||||
await agentsAddCommand(
|
||||
{ name: "Work", nonInteractive: true },
|
||||
runtime,
|
||||
{ hasFlags: false },
|
||||
);
|
||||
await agentsAddCommand({ name: "Work", nonInteractive: true }, runtime, {
|
||||
hasFlags: false,
|
||||
});
|
||||
|
||||
expect(runtime.error).toHaveBeenCalledWith(
|
||||
expect.stringContaining("--workspace"),
|
||||
|
||||
Reference in New Issue
Block a user