I have a simple express api which connects to a mysql database and runs a query to return the results as json.
I am trying to use Jest to create a unit test for this