mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Remove grep value setting
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user