Problems debugging Mocha Permanently deleted user Created December 11, 2016 20:36 Why in the console displays the successful completion of the test, and in the debugger window, they look the unsuccessful?
Tests fail with ReferenceError when being run directly and not via npm script. Do you have the needed node_modules (chai, etc.) installed and required? What does your npm script look like? Test project would be helpful