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 2dca4c4 commit d0930c9Copy full SHA for d0930c9
1 file changed
src/core/task/__tests__/Task.spec.ts
@@ -445,6 +445,7 @@ describe("Cline", () => {
445
expect(withoutPathChannel).toBe("error")
446
expect(withPathNotice).toEqual(expect.stringContaining("read_file"))
447
expect(withPathNotice).toEqual(expect.stringContaining("path"))
448
+ expect(withPathNotice).toEqual(expect.stringContaining("src/foo.ts"))
449
expect(withoutPathNotice).toEqual(expect.stringContaining("execute_command"))
450
expect(withoutPathNotice).toEqual(expect.stringContaining("command"))
451
0 commit comments