Skip to content

Instantly share code, notes, and snippets.

@nahurst
Created March 28, 2017 18:08
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 nahurst/259eaa5041f56726fa71b29813d0831d to your computer and use it in GitHub Desktop.
Save nahurst/259eaa5041f56726fa71b29813d0831d to your computer and use it in GitHub Desktop.
Run a single test with Mocha
describe('something', () => {});
describe.only('something', () => {});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment