Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
lilnasy authored and astrobot-houston committed Nov 7, 2023
1 parent 754e4fd commit 6e30bdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/integrations/vercel/test/static-assets.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ describe('Static Assets', () => {
const { default: vercel } = await import('@astrojs/vercel/serverless');

it('has cache control', async () => {
await build({ output: "server", adapter: vercel() });
await build({ output: 'server', adapter: vercel() });
checkValidCacheControl();
});

it('has cache control other assets', async () => {
const assets = '_foo';
await build({ output: "server", adapter: vercel(), assets });
await build({ output: 'server', adapter: vercel(), assets });
checkValidCacheControl(assets);
});
});
Expand Down

0 comments on commit 6e30bdc

Please sign in to comment.