all repos — archive/dotfiles @ 3e53beeb422547fd76153e6bec39bc2095fcaae0

Superseded by nixfiles

Emacs: improve mocha output
Alan Pearce alan@alanpearce.eu
Tue, 06 Mar 2018 13:34:04 +0100
commit

3e53beeb422547fd76153e6bec39bc2095fcaae0

parent

698a537fc74f61523b911b60750507d54b6ea32d

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -2144,7 +2144,7 @@ (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."