From dcc169f7d3d291e863dd133ef4f133f40af0481c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 21 Dec 2017 12:08:09 +0100 Subject: Emacs: Use more inclusive test path for mocha --- emacs/.emacs.d/main.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index ed826c2..cbd2d3e 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -2115,7 +2115,7 @@ With prefix TO-CURRENT-BUFFER, insert command output into buffer." (defun mocha-test-project () "Test the current project." (interactive) - (mocha-run "'./{src,test}/**/*.test.js'")))) + (mocha-run "'./{src,lib,test}/**/*.test.js'")))) ;;;;;;; js2-refactor -- cgit 1.4.1