Skip to content

Instantly share code, notes, and snippets.

@emileswarts
Created September 11, 2016 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emileswarts/d00f95ca1a4cffc78be9383369f696a0 to your computer and use it in GitHub Desktop.
Save emileswarts/d00f95ca1a4cffc78be9383369f696a0 to your computer and use it in GitHub Desktop.
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