1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-07 10:43:39 +02:00

Fix test watcher and notifications on linux

This commit is contained in:
Arne Schlüter 2018-10-23 12:12:42 +02:00
commit bb9bc7e44c
3 changed files with 262 additions and 15 deletions

View file

@ -9,7 +9,7 @@ module.exports = function (config) {
plugins: [
'karma-cljs-test',
'karma-chrome-launcher',
'karma-growl-reporter'
'karma-notify-reporter' // reporters are set in package.json
],
colors: true,
logLevel: config.LOG_INFO,