mirror of
https://github.com/withastro/astro.git
synced 2025-03-31 23:31:30 -05:00
chore: remove console.log from test (#10653)
This commit is contained in:
parent
a29b0a3d69
commit
daef0e394a
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ 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");
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue