From 11766acec914ffc2639dfb228468ebab37de746d Mon Sep 17 00:00:00 2001 From: FredKSchott Date: Mon, 11 Apr 2022 22:58:13 +0000 Subject: [PATCH] [ci] format --- packages/astro/test/astro-global.test.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/astro/test/astro-global.test.js b/packages/astro/test/astro-global.test.js index 268649587..cf1dabfc8 100644 --- a/packages/astro/test/astro-global.test.js +++ b/packages/astro/test/astro-global.test.js @@ -33,15 +33,12 @@ describe('Astro.*', () => { }); }); - describe('build', () => { - - before(async () => { 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. it.skip('Astro.request.url', async () => { const html = await fixture.readFile('/index.html');