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 414b5f2 commit f525189Copy full SHA for f525189
registry/coder-labs/modules/cursor-cli/main.test.ts
@@ -61,9 +61,6 @@ describe("cursor-cli", async () => {
61
]);
62
expect(startLog.exitCode).toBe(0);
63
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");
67
});
68
69
test("model and force flags propagate", async () => {
0 commit comments