From 617f21829b7862d92cbd46375fefa2087372a801 Mon Sep 17 00:00:00 2001 From: Tyler Smalley Date: Tue, 13 Dec 2016 17:05:05 -0800 Subject: [PATCH] Use spec reporter for Mocha tests (#9470) Provides context for exceptions and node warnings (ex: UnhandledPromiseRejectionWarning) Signed-off-by: Tyler Smalley --- tasks/config/simplemocha.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/config/simplemocha.js b/tasks/config/simplemocha.js index cd7235b5e37b..4c655d9b3747 100644 --- a/tasks/config/simplemocha.js +++ b/tasks/config/simplemocha.js @@ -5,7 +5,7 @@ module.exports = { timeout: 10000, slow: 5000, ignoreLeaks: false, - reporter: 'dot', + reporter: 'spec', globals: ['nil'] }, all: {