Skip to content

Commit f525189

Browse files
committed
refactor(cursor-cli): remove non-interactive flags from main.test.ts
1 parent 414b5f2 commit f525189

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

registry/coder-labs/modules/cursor-cli/main.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ describe("cursor-cli", async () => {
6161
]);
6262
expect(startLog.exitCode).toBe(0);
6363
expect(startLog.stdout).toContain("cursor-agent");
64-
// Non-interactive flags are always provided
65-
expect(startLog.stdout).toContain("-p");
66-
expect(startLog.stdout).toContain("--output-format json");
6764
});
6865

6966
test("model and force flags propagate", async () => {

0 commit comments

Comments
 (0)