0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-10 23:01:26 -05:00

[ci] update lockfile (#10551)

Co-authored-by: matthewp <matthewp@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
This commit is contained in:
Houston (Bot) 2024-04-01 20:02:18 -07:00 committed by GitHub
parent 610859d6e5
commit 519a8297c1

View file

@ -40,6 +40,7 @@ describe('Vercel edge middleware', () => {
// this is abysmal...
'../.vercel/output/functions/render.func/www/withastro/astro/packages/integrations/vercel/test/fixtures/middleware-with-edge-file/dist/middleware.mjs'
);
console.log(contents);
// assert.equal(contents.includes('title:')).to.be.true;
// chaiJestSnapshot.setTestName('Middleware with handler file');
// assert.equal(contents).to.matchSnapshot(true);
@ -55,6 +56,7 @@ describe('Vercel edge middleware', () => {
// this is abysmal...
'../.vercel/output/functions/render.func/www/withastro/astro/packages/integrations/vercel/test/fixtures/middleware-without-edge-file/dist/middleware.mjs'
);
console.log(contents);
// assert.equal(contents.includes('title:')).to.be.false;
// chaiJestSnapshot.setTestName('Middleware without handler file');
// assert.equal(contents).to.matchSnapshot(true);