Skip to content

Instantly share code, notes, and snippets.

@dmatteo
Last active October 25, 2015 18:18
Show Gist options
  • Save dmatteo/6fbd313ae9ff7f0883e6 to your computer and use it in GitHub Desktop.
Save dmatteo/6fbd313ae9ff7f0883e6 to your computer and use it in GitHub Desktop.
# 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