From ae067a08b7fa655f55322eba0b6c73b3d564a4b7 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Fri, 26 Jun 2015 13:23:15 +0100 Subject: [PATCH] switch to mocha dot reporter --- test/mocha.opts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mocha.opts b/test/mocha.opts index f633acdac2..850a6c2f64 100644 --- a/test/mocha.opts +++ b/test/mocha.opts @@ -1,2 +1,2 @@ ---reporter spec +--reporter dot --ui tdd