Do you have a link to the live running code to check test behavior? Basically, it says your functional tests aren’t passing. When you start your server, do you see your tests running in the console, and does it say all 5 tests pass? If any of the tests fail, that would be the cause. If the tests don’t run, you may want to make sure you had enabled the tests with the NODE_ENV variable set to ‘test’.