chore(deps-dev): bump eslint-config-prettier from 9.1.0 to 10.1.2 #10
Annotations
2 errors
build (20.x)
Process completed with exit code 1.
|
test/app.test.ts > GET / > should log the message and return a 200 response with the correct data:
test/app.test.ts#L9
AssertionError: expected 404 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 404
❯ test/app.test.ts:9:29
|