Skip to content

Commit 05adfd5

Browse files
committed
fix: lint error
1 parent 5b503e0 commit 05adfd5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/api/npm/tests/utils.test.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
import os from 'os';
22
import path from 'path';
3-
import {
4-
canUseNpm,
5-
canUseNvm,
6-
canUseYarn,
7-
} from '@modern-js/codesmith-utils/npm';
83
import {
94
execaWithStreamLog,
105
npmInstall,
116
pnpmInstall,
127
yarnInstall,
138
} from '@/utils/install';
149
import { fs } from '@modern-js/codesmith-utils/fs-extra';
10+
import {
11+
canUseNpm,
12+
canUseNvm,
13+
canUseYarn,
14+
} from '@modern-js/codesmith-utils/npm';
1515

1616
describe('Env utils cases', () => {
1717
test('can use nvm', async () => {

0 commit comments

Comments
 (0)