Last active
October 25, 2015 18:18
-
-
Save dmatteo/6fbd313ae9ff7f0883e6 to your computer and use it in GitHub Desktop.
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
# We can be generic and grep for an entire 'describe' clause | |
$ mocha -g PlainField | |
# Or we can be very specific and only run the test that we want | |
$ mocha -g 'should render as a PlainFieldValueComponent with `props.showLabel === false`' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment