[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,15 +33,12 @@ describe('Astro.*', () => {
}); });
}); });
describe('build', () => { describe('build', () => {
before(async () => { before(async () => {
await fixture.build(); await fixture.build();
}); });
// BUG: Doesn't seem like `base` config is being respected in build, // BUG: Doesn't seem like `base` config is being respected in build,
// most values are incorrect actual, does not match expected. // most values are incorrect actual, does not match expected.
it.skip('Astro.request.url', async () => { it.skip('Astro.request.url', async () => {
const html = await fixture.readFile('/index.html'); const html = await fixture.readFile('/index.html');