Closed stuartf closed 7 years ago
console.log is a little sloppy and messes up the test parsing on shippable. This fix uses the debug module which is included in express by default. You can turn the messages on locally by setting the environment variable DEBUG=instructorController
console.log
debug
DEBUG=instructorController
console.log
is a little sloppy and messes up the test parsing on shippable. This fix uses thedebug
module which is included in express by default. You can turn the messages on locally by setting the environment variableDEBUG=instructorController