Improve Test Coverage #58
Annotations
1 error and 1 warning
src/literest/index.test.ts > LiteREST > handleRequest > should handle DELETE requests successfully:
src/literest/index.test.ts#L390
AssertionError: expected 400 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 400
❯ src/literest/index.test.ts:390:39
|
test
Couldn't write a comment to the pull request. Please make sure your job has the permission 'pull-request: write'.
Original Error was: [HttpError] - Resource not accessible by integration
|