[ci] format

This commit is contained in:
bluwy 2023-09-22 13:20:50 +00:00 committed by astrobot-houston
parent b64dd45c0d
commit f35a55bd4f
2 changed files with 9 additions and 9 deletions

View file

@ -39,5 +39,5 @@ describe('template', () => {
await template(context); await template(context);
expect(fixture.hasMessage('Using minimal as project template')).to.be.true; expect(fixture.hasMessage('Using minimal as project template')).to.be.true;
}) });
}); });