summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/astro/test/astro-global.test.js5
1 files changed, 1 insertions, 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');