Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-ebey committed Nov 18, 2022
1 parent 2cbf844 commit 7d3f0ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/remix-architect/__tests__/server-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ describe("architect createRemixRequest", () => {
"type": null,
},
Symbol(Request internals): Object {
"credentials": "same-origin",
"headers": Headers {
Symbol(query): Array [
"accept",
Expand Down
1 change: 1 addition & 0 deletions packages/remix-express/__tests__/server-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ describe("express createRemixRequest", () => {
"type": null,
},
Symbol(Request internals): Object {
"credentials": "same-origin",
"headers": Headers {
Symbol(query): Array [
"cache-control",
Expand Down
1 change: 1 addition & 0 deletions packages/remix-netlify/__tests__/server-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ describe("netlify createRemixRequest", () => {
"type": null,
},
Symbol(Request internals): Object {
"credentials": "same-origin",
"headers": Headers {
Symbol(query): Array [
"cookie",
Expand Down
1 change: 1 addition & 0 deletions packages/remix-vercel/__tests__/server-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ describe("vercel createRemixRequest", () => {
"type": null,
},
Symbol(Request internals): Object {
"credentials": "same-origin",
"headers": Headers {
Symbol(query): Array [
"cache-control",
Expand Down

0 comments on commit 7d3f0ed

Please sign in to comment.