Skip to content

Instantly share code, notes, and snippets.

@tcrowe
Last active October 16, 2018 20:47
Show Gist options
  • Save tcrowe/b22a63daea19eaee69fe2bc37adee854 to your computer and use it in GitHub Desktop.
Save tcrowe/b22a63daea19eaee69fe2bc37adee854 to your computer and use it in GitHub Desktop.
optimize your mocha.opts for bdd
--colors
--reporter spec
--ui bdd
# stop if there's an error
--bail
# give us a full explanation
--full-trace
# force hard exit from tests or fail
--exit
# want to use should.js or chai/should?
#--require should
#--require chai/register-should
# precompile with babel?
#--require @babel/register
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment