Pattern: Use of Mocha's *.only
function
Issue: -
Do not invoke Mocha's describe.only
, it.only
, or context.only
functions. These functions are useful ways to run a single unit test or
a single test case during your build, but please be careful to not push
these methods calls to your version control repository because it will
turn off any of the other tests.