Skip to content

Commit a32b56f

Browse files
committed
refactor: set platform
1 parent 3d4a957 commit a32b56f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__mocks__/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export function mockPlatform(platform: NodeJS.Platform) {
1+
export function setPlatform(platform: NodeJS.Platform) {
22
Object.defineProperty(process, 'platform', {
33
value: platform,
44
});

0 commit comments

Comments
 (0)