mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
[ci] format
This commit is contained in:
parent
34fa8e131b
commit
303cacc058
1 changed files with 2 additions and 5 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue