mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
chore: fix typo
This commit is contained in:
parent
6eaac77a47
commit
d65215e0e3
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ describe('Serverless prerender', () => {
|
|||
const [file] = await fixture.glob(
|
||||
'../.vercel/output/functions/_render.func/packages/integrations/vercel/test/fixtures/serverless-prerender/.vercel/output/_functions/pages/_image.astro.mjs'
|
||||
);
|
||||
const contents = await fixture.readfile(file);
|
||||
const contents = await fixture.readFile(file);
|
||||
assert.ok(!contents.includes('const outDir ='), "outDir is tree-shaken if it's not imported");
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue