Open dubhcait opened 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
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
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