Skip to content

Instantly share code, notes, and snippets.

@pimterry
Created December 3, 2016 18:02
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 pimterry/33f7e280088870a6362a179e9b110ae3 to your computer and use it in GitHub Desktop.
Save pimterry/33f7e280088870a6362a179e9b110ae3 to your computer and use it in GitHub Desktop.
Rerun all bats test automatically on change for quick dev feedback
# Run this file (with 'entr' installed) to watch all files and rerun tests on changes
ls -d **/* | entr ./test.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment