Skip to content

Commit

Permalink
chore: mock env
Browse files Browse the repository at this point in the history
Respond to review feedback.

Signed-off-by: Tim deBoer <[email protected]>
  • Loading branch information
deboer-tim committed Jan 30, 2025
1 parent ea3f3da commit 3a9ed2e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/backend/src/machine-utils.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,7 @@ vi.mock('@podman-desktop/api', async () => {
};
},
},
env: {
isMac: true,
isLinux: false,
isWindows: false,
},
env: vi.fn(),
process: {
exec: vi.fn(),
},
Expand Down

0 comments on commit 3a9ed2e

Please sign in to comment.