Skip to content

Commit 4b28fd4

Browse files
refactor(src): tidy imports
1 parent a600c2e commit 4b28fd4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/utils.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import os from 'os';
1+
import os from 'node:os';
22

33
import { getBinaryPath, getDownloadObject } from './utils';
44

5-
jest.mock('os');
5+
jest.mock('node:os');
66
const mockedOs = jest.mocked(os);
77

88
const platforms: NodeJS.Platform[] = ['darwin', 'linux', 'win32'];

0 commit comments

Comments
 (0)