Emacs: Use more inclusive test path for mocha
Alan Pearce alan@alanpearce.eu
Thu, 21 Dec 2017 12:08:09 +0100
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M emacs/.emacs.d/main.el → emacs/.emacs.d/main.el
@@ -2115,7 +2115,7 @@ (setq mocha-reporter "tap") (defun mocha-test-project () "Test the current project." (interactive) - (mocha-run "'./{src,test}/**/*.test.js'")))) + (mocha-run "'./{src,lib,test}/**/*.test.js'")))) ;;;;;;; js2-refactor