Skip to content

Commit

Permalink
Merge branch 'main' into sarah11918-patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah11918 authored Sep 6, 2023
2 parents 7ad462b + 59672ad commit 2efca89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/create-astro/test/project-name.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ describe('project name', () => {
expect(context.projectName).to.eq('foobar');
});


it('blank space', async () => {
const context = { projectName: '', cwd: '', prompt: () => ({ name: 'foobar ' }) };
await projectName(context);
Expand Down

0 comments on commit 2efca89

Please sign in to comment.