Skip to content

Commit 7603600

Browse files
committed
🤖 fix: lint error in path test
Change-Id: I99698020562d9d28813f601d9b703261da2f4c2e Signed-off-by: Thomas Kosiewski <tk@coder.com>
1 parent cc50e2d commit 7603600

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/node/services/scriptRunner.path.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ describe("runWorkspaceScript path handling", () => {
4141
const mockRuntime = {
4242
stat: mock().mockResolvedValue({ isDirectory: false }),
4343
normalizePath: mock(),
44+
resolvePath: mock().mockImplementation((p: string) => Promise.resolve(p)),
4445
};
4546

4647
it("should handle POSIX paths correctly (SSH scenario)", async () => {

0 commit comments

Comments
 (0)