UNPKG

qunit_notifier

Version:

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

13 lines (10 loc) 267 B
var path = require('path'); var qunit_notifier = { testPath: path.join(__dirname, 'cases') ,runner: path.join(__dirname, 'index.html') ,notifier: 'libnotify' ,theme: 'doom' //,silent: true //,watch: false }; module.exports = qunit_notifier;