Remove grep value setting

This commit is contained in:
Kevin Sawicki 2015-12-09 18:12:19 -08:00
parent fc724b51e8
commit c4389ad70f

View file

@ -56,7 +56,6 @@
mocha.ui('bdd').reporter(isCi ? 'tap' : 'html');
var query = Mocha.utils.parseQuery(window.location.search || '');
query.grep = 'app.exit'
if (query.grep) mocha.grep(query.grep);
if (query.invert) mocha.invert();