UNPKG

qunit_notifier

Version:

Run Qunit tests headless and show results on a notification system like Growl/Snarl/Libnorify

11 lines (10 loc) 303 B
var should = require('should'), qnotifier = require('../lib/main'); describe('Qunit Notifier', function() { describe('with no arguments', function() { it('returns an empty array', function() { var result = qnotifier(); result.should.eql([]); }); }); });