Use winston instead of npmlog

This commit is contained in:
Tankred Hase
2017-08-18 18:01:34 +08:00
parent a156f05002
commit 35dbc08015
13 changed files with 15 additions and 15 deletions

View File

@@ -5,7 +5,7 @@ const Mongo = require('../../src/dao/mongo');
const nodemailer = require('nodemailer');
const config = require('config');
const fs = require('fs');
const log = require('npmlog');
const log = require('winston');
describe('Koa App (HTTP Server) Integration Tests', function() {
this.timeout(20000);