FAC-Sixteen / Remindly

Birthday App Reminder
https://remindly-app.herokuapp.com/
MIT License
3 stars 3 forks source link

Travis issue #33

Open dubhcait opened 5 years ago

dubhcait commented 5 years ago

I think your issue isn't actually travis, you have a test hello.test.js. When you run jest it runs all the test suits. including your hello.test.js, which has a typo in it, with it instead of test. if you fix the typo it might fix all your tests

dubhcait commented 5 years ago

Figured out what the second issue because you have promises coming back in your routes. Take a look at https://github.com/fac-15/casual-sports/blob/staging/src/queries/_tests_/getAllData.test.js for the solution