Created
September 11, 2016 13:07
Fast tests clojure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In the repl | |
(def gogo [] (use 'made-merits.test.service.boyscouting-detector :reload) (use 'made-merits.service.github.boyscouting.detector :reload) (run-tests)) | |
In Vim | |
nnoremap <leader>x :silent !tmux send-keys -t 2 '(gogo)' C-m<cr> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment