Fix bugs in feat/hono #138
Annotations
3 errors
test
Process completed with exit code 1.
|
test/integration/routes/header.test.ts > Header Routes > PUT /:name > works with network holesky:
test/integration/routes/header.test.ts#L511
AssertionError: expected 400 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 400
❯ test/integration/routes/header.test.ts:511:26
|
test/integration/routes/avatar.test.ts > Avatar Routes > PUT /:name > works with network holesky:
test/integration/routes/avatar.test.ts#L515
AssertionError: expected 400 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 400
❯ test/integration/routes/avatar.test.ts:515:26
|