Implemented very basic (and poorly written) unit tests that test using the live database

This commit is contained in:
Gregory Campbell
2021-11-25 10:48:28 -05:00
parent 98308642aa
commit 4af4f90a72
4 changed files with 7767 additions and 4 deletions
+2 -1
View File
@@ -31,6 +31,7 @@ app.route("/")
});
const listener = app.listen(process.env.PORT || 3000, () => {
console.log('App is listening on port ' + listener.address().port)
console.log('App is listening on port ' + listener.address().port)
})
module.exports = app;