Skip to content

Commit

Permalink
refactor: set platform
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Jul 15, 2024
1 parent 3d4a957 commit a32b56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__mocks__/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export function mockPlatform(platform: NodeJS.Platform) {
export function setPlatform(platform: NodeJS.Platform) {
Object.defineProperty(process, 'platform', {
value: platform,
});
Expand Down

0 comments on commit a32b56f

Please sign in to comment.