Skip to content

Instantly share code, notes, and snippets.

@tjunghans
Created October 20, 2016 07:43
Show Gist options
  • Save tjunghans/b3c2af3a90e3353cc776c95e75aca93e to your computer and use it in GitHub Desktop.
Save tjunghans/b3c2af3a90e3353cc776c95e75aca93e to your computer and use it in GitHub Desktop.
showing all test suites and cases in a mocha based test file
cat test-file.js | grep "\(it(\|describe(\)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment