We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b503e0 commit 05adfd5Copy full SHA for 05adfd5
packages/api/npm/tests/utils.test.ts
@@ -1,17 +1,17 @@
1
import os from 'os';
2
import path from 'path';
3
-import {
4
- canUseNpm,
5
- canUseNvm,
6
- canUseYarn,
7
-} from '@modern-js/codesmith-utils/npm';
8
import {
9
execaWithStreamLog,
10
npmInstall,
11
pnpmInstall,
12
yarnInstall,
13
} from '@/utils/install';
14
import { fs } from '@modern-js/codesmith-utils/fs-extra';
+import {
+ canUseNpm,
+ canUseNvm,
+ canUseYarn,
+} from '@modern-js/codesmith-utils/npm';
15
16
describe('Env utils cases', () => {
17
test('can use nvm', async () => {
0 commit comments