all repos — nixfiles @ 3e53beeb422547fd76153e6bec39bc2095fcaae0

System and user configuration, managed by nix and home-manager

Emacs: improve mocha output

Alan Pearce
commit

3e53beeb422547fd76153e6bec39bc2095fcaae0

parent

698a537fc74f61523b911b60750507d54b6ea32d

1 file changed, 1 insertion(+), 1 deletion(-)

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."