UNPKG

gulp-jasmine-phantom

Version:

Jasmine 2.0 suite runner, optionally with PhantomJS

10 lines (8 loc) 245 B
var consoleReporter = new jasmineRequire.ConsoleReporter()({ showColors: true, timer: new jasmine.Timer, print: function() { console.log.apply(console, arguments) } }); jasmine.getEnv().addReporter(consoleReporter);