Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Dec 3, 2024
1 parent 21ea05c commit 0994bb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/node/test/node-middleware.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ describe('behavior from middleware, middleware', () => {
it('when mode is middleware', async () => {
const res = await fetch('http://localhost:8889/ssr');

console.log(res)
console.log(res);
assert.equal(res.status, 200);

const html = await res.text();
Expand Down
2 changes: 1 addition & 1 deletion packages/vercel/test/isr.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe('ISR', () => {
{
src: '^\\/two\\/?$',
dest: '/_isr?x_astro_path=$0',
}
},
]);
});
});

0 comments on commit 0994bb7

Please sign in to comment.