Skip to content

Commit

Permalink
Update packages/nextjs/src/utils/response.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Milewski <me@tm.codes>
  • Loading branch information
LekoArts and tmilewski committed Dec 5, 2023
1 parent b34f243 commit 18ae827
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/nextjs/src/utils/response.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ describe('mergeResponses', function () {

it('should merge the cookies with non-response values', function () {
const response2 = NextResponse.next();
console.log(response2);
response2.cookies.set('foo', '1');
response2.cookies.set({
name: 'second',
Expand Down

0 comments on commit 18ae827

Please sign in to comment.