feat: merge exisiting headers with ones loader/action sets #474
Annotations
2 errors
packages/remix-fastify/__tests__/index.test.ts#L159
AssertionError: expected [ …(7) ] to deeply equal [ …(3) ]
- Expected
+ Received
Array [
"first=one; Expires=0; Path=/; HttpOnly; Secure; SameSite=Lax",
+ "first=one; Expires=0; Path=/; HttpOnly; Secure; SameSite=Lax",
+ "second=two; MaxAge=1209600; Path=/; HttpOnly; Secure; SameSite=Lax",
+ "first=one; Expires=0; Path=/; HttpOnly; Secure; SameSite=Lax",
+ "first=one; Expires=0; Path=/; HttpOnly; Secure; SameSite=Lax",
"second=two; MaxAge=1209600; Path=/; HttpOnly; Secure; SameSite=Lax",
"third=three; Expires=Wed, 21 Oct 2015 07:28:00 GMT; Path=/; HttpOnly; Secure; SameSite=Lax",
]
❯ __tests__/index.test.ts:159:46
|
|
This job failed
Loading