Mocha with Azure Mobile App: Getting Started
问题 tl;dr; Because of the close vote, I wanted to clarify what I'm asking. I want to know how to go from a functional, local Azure Mobile App with a Node.js backend to one that can be tested successfully with Mocha and Chai. The 3 issues listed below are all hurdles that I see that are keeping me from testing my App Service in this way. There seems to be something extra that is required that makes an Azure App Service different from a standard Node.js web application. I am trying to figure out