summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/main.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index c1f87ce2..e7499494 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -2144,7 +2144,7 @@ With prefix TO-CURRENT-BUFFER, insert command output into buffer."
 (use-package mocha
   :after js2-mode
   :config (progn
-            (setq mocha-reporter "tap"
+            (setq mocha-reporter "spec"
                   mocha-options "--bail")
             (defun mocha-test-project ()
               "Test the current project."