pulando suítes de teste chai
suite.skip('This will be skipped', function(){})
suite.only('All but this suites are skipped', function(){})
Frustrated Developer
suite.skip('This will be skipped', function(){})
suite.only('All but this suites are skipped', function(){})