I\'m using grunt-contrib-jasmine to run my javascript specs. How do I write debug output to the console when running specs i.e. how do I get
console.log(\"so
Use console.info instead of console.log
console.info
console.log