[ci] format

This commit is contained in:
FredKSchott 2022-04-11 22:58:13 +00:00 committed by GitHub Actions
parent 5b3464a803
commit 11766acec9

View file

@ -33,10 +33,7 @@ describe('Astro.*', () => {
}); });
}); });
describe('build', () => { describe('build', () => {
before(async () => { before(async () => {
await fixture.build(); await fixture.build();
}); });