Skip to content

Instantly share code, notes, and snippets.

@ajmcmiddlin
Created December 20, 2018 00:35
Show Gist options
  • Save ajmcmiddlin/99710e8f7b9493d06becce10649f9343 to your computer and use it in GitHub Desktop.
Save ajmcmiddlin/99710e8f7b9493d06becce10649f9343 to your computer and use it in GitHub Desktop.
:{
let loadTests _ =
pure $ unlines [
":set -isrc"
, ":set -itest"
, ":l test/Test.hs"
, "import Hedgehog"
, "import WordPressTests"
, "env <- mkEnv"
]
:}
:def lt loadTests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment