Skip to content

Instantly share code, notes, and snippets.

@emileswarts
Created September 11, 2016 13:07
Fast tests clojure
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