[ci] format

This commit is contained in:
matthewp 2023-09-06 13:24:09 +00:00 committed by astrobot-houston
parent b81ff8fcef
commit 59672ad4e7

View file

@ -62,7 +62,6 @@ describe('project name', () => {
expect(context.projectName).to.eq('foobar'); expect(context.projectName).to.eq('foobar');
}); });
it('blank space', async () => { it('blank space', async () => {
const context = { projectName: '', cwd: '', prompt: () => ({ name: 'foobar ' }) }; const context = { projectName: '', cwd: '', prompt: () => ({ name: 'foobar ' }) };
await projectName(context); await projectName(context);