Mocha API Testing: getting ‘TypeError: app.address is not a function’ December 12, 2022 by Tarik You don’t export anything in your app module. Try adding this to your app.js file: module.exports = server