Skip to content

Commit 3a9ed2e

Browse files
committed
chore: mock env
Respond to review feedback. Signed-off-by: Tim deBoer <[email protected]>
1 parent ea3f3da commit 3a9ed2e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Diff for: packages/backend/src/machine-utils.spec.ts

+1-5
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,7 @@ vi.mock('@podman-desktop/api', async () => {
5151
};
5252
},
5353
},
54-
env: {
55-
isMac: true,
56-
isLinux: false,
57-
isWindows: false,
58-
},
54+
env: vi.fn(),
5955
process: {
6056
exec: vi.fn(),
6157
},

0 commit comments

Comments
 (0)