Skip to content

Commit

Permalink
Update test/integration/create-next-app/index.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Steven <steven@ceriously.com>
  • Loading branch information
balazsorban44 and styfle committed Mar 2, 2022
1 parent 64f9df1 commit 219620e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/create-next-app/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ describe('create next app', () => {

it('should use pnpm as the package manager on supplying --use-pnpm', async () => {
await usingTempDir(async (cwd) => {
const projectName = 'use-npm'
const projectName = 'use-pnpm'
const res = await run([projectName, '--use-pnpm'], { cwd })
expect(res.exitCode).toBe(0)

Expand Down

0 comments on commit 219620e

Please sign in to comment.