0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00

[ci] format

This commit is contained in:
Simon Knott 2024-03-26 10:45:08 +00:00 committed by astrobot-houston
parent 34fa8e131b
commit 303cacc058

View file

@ -23,11 +23,8 @@ describe('Serverless prerender', () => {
'../.vercel/output/functions/_render.func/packages/integrations/vercel/test/fixtures/serverless-prerender/.vercel/output/_functions/chunks/pages/generic_*.mjs'
);
const contents = await fixture.readFile(file);
console.log(contents)
assert.ok(
!contents.includes('const outDir ='),
"outDir is tree-shaken if it's not imported"
);
console.log(contents);
assert.ok(!contents.includes('const outDir ='), "outDir is tree-shaken if it's not imported");
});
// TODO: The path here seems to be inconsistent?