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."
188
188
; ; "run the test at point". But it's not as nice as rerunning all tests in
189
189
; ; this buffer.
190
190
(define-key map " g" #'cider-test-run-test )
191
+ (define-key map " q" #'cider-popup-buffer-quit-function )
191
192
(easy-menu-define cider-test-report-mode-menu map
192
193
" Menu for CIDER's test result mode"
193
194
'(" Test-Report"
@@ -208,7 +209,7 @@ Add to this list to have CIDER recognize additional test defining macros."
208
209
[" Display expected/actual diff" cider-test-ediff]))
209
210
map))
210
211
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"
212
213
" Major mode for presenting Clojure test results.
213
214
214
215
\\ {cider-test-report-mode-map}"
You can’t perform that action at this time.
0 commit comments