summary refs log tree commit diff stats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2018-03-06 13:34:04 +0100
committerAlan Pearce2018-03-06 13:34:04 +0100
commit3e53beeb422547fd76153e6bec39bc2095fcaae0 (patch)
tree9355aac888616c64e774d6a816cabe133c4a42e5 /emacs/.emacs.d
parent698a537fc74f61523b911b60750507d54b6ea32d (diff)
downloaddotfiles-3e53beeb422547fd76153e6bec39bc2095fcaae0.tar.lz
dotfiles-3e53beeb422547fd76153e6bec39bc2095fcaae0.tar.zst
dotfiles-3e53beeb422547fd76153e6bec39bc2095fcaae0.zip
Emacs: improve mocha output
Diffstat (limited to 'emacs/.emacs.d')
-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 c1f87ce..e749949 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."