Skip to content

Commit 3e321c2

Browse files
committed
test: don't install deps in test
1 parent de3afe0 commit 3e321c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/commands.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ describe('commands', () => {
4444
const installPath = join(dir, pm)
4545
await rm(installPath, { recursive: true, force: true })
4646
try {
47-
await x('nuxi', ['init', installPath, `--packageManager=${pm}`, '--gitInit=false', '--preferOffline'], {
47+
await x('nuxi', ['init', installPath, `--packageManager=${pm}`, '--gitInit=false', '--preferOffline', '--install=false'], {
4848
nodeOptions: { stdio: 'inherit', cwd: fixtureDir },
4949
})
5050
const files = await readdir(installPath).catch(() => [])

0 commit comments

Comments
 (0)