Better testing

This commit is contained in:
2015-04-06 23:42:10 +02:00
parent 86051e4cd7
commit 470e8dbd6f
5 changed files with 531 additions and 114 deletions
+6
View File
@@ -0,0 +1,6 @@
'use strict';
var log = require('winston');
// Remove log output to the console
log.remove(log.transports.Console);