-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Hello Julie, I
I'm trying to add the jasmine-growl-reporter from here, but it doesn't works. The reporter should be compatible to Jasmine 2.0 Have I made something wrong? I enabled also the verbose output, but I don't see any errors.
var miniJasmineLib = require('minijasminenode');
var growlReporter = require('jasmine-growl-reporter');
miniJasmineLib.addReporter(growlReporter);
var options = {
specs: ['./spec/calculator.spec.js'],
onComplete: function (passed) {
console.log('I\'m done with the tests...');
},
showColors: true,
isVerbose: true
};
miniJasmineLib.executeSpecs(options);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels