Skip to content

Commit 2cd8601

Browse files
committed
test: remove stale default-shell mocks
1 parent 29a2410 commit 2cd8601

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

src/core/prompts/__tests__/add-custom-instructions.spec.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ vi.mock("os", () => ({
3333
userInfo: () => ({ username: "test", uid: 1000, gid: 1000, shell: "/bin/bash", homedir: "/home/user" }),
3434
}))
3535

36-
vi.mock("default-shell", () => ({
37-
default: "/bin/zsh",
38-
}))
39-
4036
vi.mock("os-name", () => ({
4137
default: () => "Linux",
4238
}))

src/core/prompts/__tests__/system-prompt.spec.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ vi.mock("os", () => ({
3333
userInfo: () => ({ username: "test", uid: 1000, gid: 1000, shell: "/bin/bash", homedir: "/home/user" }),
3434
}))
3535

36-
vi.mock("default-shell", () => ({
37-
default: "/bin/zsh",
38-
}))
39-
4036
vi.mock("os-name", () => ({
4137
default: () => "Linux",
4238
}))

0 commit comments

Comments
 (0)