John Eric Siguenza
Results
1
comments of
John Eric Siguenza
Can confirm that this also worked on my setup. ``` "body-parser": "^2.0.0-beta.1", "jest": "^28.1.3", "supertest": "^6.2.4", "typescript": "^4.7.4" "express": "^4.18.1" ``` I had to use ```body-parser``` package as follow: ```...