mirror of
https://github.com/withastro/astro.git
synced 2025-02-17 22:44:24 -05:00
[ci] format
This commit is contained in:
parent
754e4fd31c
commit
6e30bdc941
1 changed files with 2 additions and 2 deletions
|
@ -57,13 +57,13 @@ describe('Static Assets', () => {
|
||||||
const { default: vercel } = await import('@astrojs/vercel/serverless');
|
const { default: vercel } = await import('@astrojs/vercel/serverless');
|
||||||
|
|
||||||
it('has cache control', async () => {
|
it('has cache control', async () => {
|
||||||
await build({ output: "server", adapter: vercel() });
|
await build({ output: 'server', adapter: vercel() });
|
||||||
checkValidCacheControl();
|
checkValidCacheControl();
|
||||||
});
|
});
|
||||||
|
|
||||||
it('has cache control other assets', async () => {
|
it('has cache control other assets', async () => {
|
||||||
const assets = '_foo';
|
const assets = '_foo';
|
||||||
await build({ output: "server", adapter: vercel(), assets });
|
await build({ output: 'server', adapter: vercel(), assets });
|
||||||
checkValidCacheControl(assets);
|
checkValidCacheControl(assets);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue