[ci] format
This commit is contained in:
parent
b81ff8fcef
commit
59672ad4e7
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue