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