diff options
author | Alan Pearce | 2018-03-06 13:34:04 +0100 |
---|---|---|
committer | Alan Pearce | 2018-03-06 13:34:04 +0100 |
commit | 3e53beeb422547fd76153e6bec39bc2095fcaae0 (patch) | |
tree | 9355aac888616c64e774d6a816cabe133c4a42e5 /emacs/.emacs.d | |
parent | 698a537fc74f61523b911b60750507d54b6ea32d (diff) | |
download | nixfiles-3e53beeb422547fd76153e6bec39bc2095fcaae0.tar.lz nixfiles-3e53beeb422547fd76153e6bec39bc2095fcaae0.tar.zst nixfiles-3e53beeb422547fd76153e6bec39bc2095fcaae0.zip |
Emacs: improve mocha output
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r-- | emacs/.emacs.d/main.el | 2 |
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." |