diff options
author | 2022-04-11 22:58:13 +0000 | |
---|---|---|
committer | 2022-04-11 22:58:13 +0000 | |
commit | 11766acec914ffc2639dfb228468ebab37de746d (patch) | |
tree | f1096439dd90091c924a71da9734b10dc6d93392 | |
parent | 5b3464a803ba2aa00a4e248dc3ebceb5924cc073 (diff) | |
download | astro-11766acec914ffc2639dfb228468ebab37de746d.tar.gz astro-11766acec914ffc2639dfb228468ebab37de746d.tar.zst astro-11766acec914ffc2639dfb228468ebab37de746d.zip |
[ci] format
-rw-r--r-- | packages/astro/test/astro-global.test.js | 5 |
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'); |