feat: add react router entry point #569
Annotations
8 errors
🧪 Run Tests:
packages/remix-fastify/__tests__/index.test.ts#L96
AssertionError: expected '{"statusCode":500,"error":"Internal S…' to be 'URL: /foo/bar' // Object.is equality
Expected: "URL: /foo/bar"
Received: "{"statusCode":500,"error":"Internal Server Error","message":"handleRequest is not a function"}"
❯ __tests__/index.test.ts:96:31
|
🧪 Run Tests:
packages/remix-fastify/__tests__/index.test.ts#L109
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ __tests__/index.test.ts:109:37
|
🧪 Run Tests:
packages/remix-fastify/__tests__/index.test.ts#L122
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ __tests__/index.test.ts:122:37
|
🧪 Run Tests:
packages/remix-fastify/__tests__/index.test.ts#L135
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ __tests__/index.test.ts:135:37
|
🧪 Run Tests:
packages/remix-fastify/__tests__/index.test.ts#L149
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ __tests__/index.test.ts:149:37
|
🧪 Run Tests:
packages/remix-fastify/__tests__/index.test.ts#L161
AssertionError: expected 500 to be 204 // Object.is equality
- Expected
+ Received
- 204
+ 500
❯ __tests__/index.test.ts:161:37
|
🧪 Run Tests:
packages/remix-fastify/__tests__/index.test.ts#L185
AssertionError: expected undefined to be 'most wonderful' // Object.is equality
- Expected:
"most wonderful"
+ Received:
undefined
❯ __tests__/index.test.ts:185:52
|
🧪 Run Tests
Process completed with exit code 1.
|
Loading