ufosc / OSC-Proximity-Chat-App

Talk to the people closest to you. An open source React Native app that combines location and communication into one.
https://osc-proximity-documentation.vercel.app/
GNU General Public License v3.0
43 stars 100 forks source link

Update Jest tests #287

Open h1divp opened 3 weeks ago

h1divp commented 3 weeks ago

Right now the express API Jest tests will pass even if they're supposed to fail. Please find a way for these to work correctly.

I believe the socket tests also need to be updated as we updated the ConnectedUser document model & type.

And if you have other tests ideas, feel free to implement those as well.