summaryrefslogtreecommitdiff
path: root/packages/create-astro/test/project-name.test.js
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2023-09-06 13:24:09 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2023-09-06 13:24:09 +0000
commit59672ad4e7405a250a3d7b2afecd20fc21753711 (patch)
tree17ce3ed7077d26ed7cb459e8f70f2328748881ec /packages/create-astro/test/project-name.test.js
parentb81ff8fcefe6c30312d7b2050a63b1520d79b25f (diff)
downloadastro-59672ad4e7405a250a3d7b2afecd20fc21753711.tar.gz
astro-59672ad4e7405a250a3d7b2afecd20fc21753711.tar.zst
astro-59672ad4e7405a250a3d7b2afecd20fc21753711.zip
[ci] format
Diffstat (limited to '')
-rw-r--r--packages/create-astro/test/project-name.test.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/create-astro/test/project-name.test.js b/packages/create-astro/test/project-name.test.js
index a78207369..4b8cdce7f 100644
--- a/packages/create-astro/test/project-name.test.js
+++ b/packages/create-astro/test/project-name.test.js
@@ -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);