Skip to content

Commit

Permalink
test: don't install deps in test
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jan 10, 2025
1 parent de3afe0 commit 3e321c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/commands.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('commands', () => {
const installPath = join(dir, pm)
await rm(installPath, { recursive: true, force: true })
try {
await x('nuxi', ['init', installPath, `--packageManager=${pm}`, '--gitInit=false', '--preferOffline'], {
await x('nuxi', ['init', installPath, `--packageManager=${pm}`, '--gitInit=false', '--preferOffline', '--install=false'], {
nodeOptions: { stdio: 'inherit', cwd: fixtureDir },
})
const files = await readdir(installPath).catch(() => [])
Expand Down

0 comments on commit 3e321c2

Please sign in to comment.