Skip to content

Commit ef0c354

Browse files
committed
fix: add src/foo.ts check to fix nitpick comments
1 parent 4865250 commit ef0c354

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/core/task/__tests__/Task.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ describe("Cline", () => {
445445
expect(withoutPathChannel).toBe("error")
446446
expect(withPathNotice).toEqual(expect.stringContaining("read_file"))
447447
expect(withPathNotice).toEqual(expect.stringContaining("path"))
448+
expect(withPathNotice).toEqual(expect.stringContaining("src/foo.ts"))
448449
expect(withoutPathNotice).toEqual(expect.stringContaining("execute_command"))
449450
expect(withoutPathNotice).toEqual(expect.stringContaining("command"))
450451

0 commit comments

Comments
 (0)