Last active
March 13, 2017 18:35
-
-
Save jerolan/8eadd99e7176039da9846a4e98e4682b to your computer and use it in GitHub Desktop.
Basic mocha set up for bdd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--ui bdd | |
--reporter dot | |
-r test/helpers/setup | |
-w | |
-G |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment