Emacs: improve mocha output
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M emacs/.emacs.d/main.el → emacs/.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."