update tests

This commit is contained in:
Lloyd Brookes
2016-06-20 01:02:51 +01:00
parent 343399c1d9
commit 71b2f4dcb4
27 changed files with 371 additions and 367 deletions

View File

@ -30,7 +30,7 @@ class LocalWebServer extends MiddlewareStack {
app.on('error', err => {
if (options['log-format']) {
console.error(ansi.format(err.message, 'red'))
console.error(ansi.format(err.stack, 'red'))
}
})