File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -188,6 +188,7 @@ Add to this list to have CIDER recognize additional test defining macros."
188188 ; ; "run the test at point". But it's not as nice as rerunning all tests in
189189 ; ; this buffer.
190190 (define-key map " g" #'cider-test-run-test )
191+ (define-key map " q" #'cider-popup-buffer-quit-function )
191192 (easy-menu-define cider-test-report-mode-menu map
192193 " Menu for CIDER's test result mode"
193194 '(" Test-Report"
@@ -208,7 +209,7 @@ Add to this list to have CIDER recognize additional test defining macros."
208209 [" Display expected/actual diff" cider-test-ediff]))
209210 map))
210211
211- (define-derived-mode cider-test-report-mode cider-popup-buffer -mode " Test Report"
212+ (define-derived-mode cider-test-report-mode fundamental -mode " Test Report"
212213 " Major mode for presenting Clojure test results.
213214
214215\\ {cider-test-report-mode-map}"
You can’t perform that action at this time.
0 commit comments