Remove grep value setting
This commit is contained in:
parent
fc724b51e8
commit
c4389ad70f
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue