Skip to content

Commit

Permalink
test(create-vite): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Jun 8, 2022
1 parent fddf28e commit 407c004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-vite/__tests__/cli.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ afterEach(() => remove(genPath))

test('prompts for the project name if none supplied', () => {
const { stdout, exitCode } = run([])
expect(stdout).toContain('Project name:')
expect(stdout).toContain('Project name')
})

test('prompts for the framework if none supplied', () => {
Expand Down

0 comments on commit 407c004

Please sign in to comment.