noobling / Homefornow

Current beta website
https://www.homefornow.org.au
MIT License
8 stars 3 forks source link

Persistent mocha tests #22

Closed noobling closed 6 years ago

noobling commented 6 years ago

We need to create a session for a test i.e. We login a seeded user then we can test logged in user features. We cannot do that right now because superagent and supertest-session do not work with our code since it doesnt wait for our db to connect hence nearly all test fail.

Possible solutions