Use spec reporter for Mocha tests (#9470)

Provides context for exceptions and node warnings (ex: UnhandledPromiseRejectionWarning)

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2016-12-13 17:05:05 -08:00 committed by GitHub
parent 7028a88efd
commit 617f21829b

View file

@ -5,7 +5,7 @@ module.exports = {
timeout: 10000,
slow: 5000,
ignoreLeaks: false,
reporter: 'dot',
reporter: 'spec',
globals: ['nil']
},
all: {