I use Mocha to test my JavaScript stuff. My test file contains 5 tests. Is that possible to run a specific test (or set of tests) rather than all the tests in the file?
npm test
eg :
npm test test/api/controllers/test.js
here 'test/api/controllers/test.js' is filepath.