Skip to content

Commit

Permalink
chore: remove console.log from test (#10653)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilnasy authored Apr 2, 2024
1 parent a29b0a3 commit daef0e3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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");
});

Expand Down

0 comments on commit daef0e3

Please sign in to comment.