James W. Lane III
James W. Lane III
@johannesschobel I have currently hit a brick wall on resolving the issue due to it involves not only mocking out Express but the underlying NodeJS layers. On top of that,...
@muskand I have not had the time to work on this issue due to changes at work and home. This is open for anyone to jump in and PR's are...
@rafael-nogueras I have been playing with this, I have not come up with a great solution yet. I need to figure out the best way to add this into `jest-express`....
For the time being, you can always extend the server object depending on what your testing and how you are testing it. I have done the same thing by adding...
@rafael-nogueras Could I get a code example of what you're trying to test for I can try and implement a solution. I am going to start working on this issue...
@gjtorikian I am always open to PR to help improve the project. 👍
@y0y0z I been poking at this again. I have almost a working example. My goal is to move all the node properties and methods to another library [jest-node-http](https://github.com/jameswlane/jest-node-http) and have...
@y0y0z There have been a number of question on how to use and for some code examples. I also think it could be organized a bit better. We also have...
@robertwbradford, I have not used `jest-express` to test middleware yet when I built the library it was to test an open source application that was built on ExpressJS. I know...
@AhmadZuhdi this problem has been something I have struggled with on and off with `jest-express`. Due to we are trying to match how ExpressJS is exported so that `jest-express` would...