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:
parent
610859d6e5
commit
519a8297c1
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue