mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
made test helpers more cross browser compatible
This commit is contained in:
parent
ba4ebbba3b
commit
7aee98bce8
4 changed files with 79 additions and 56 deletions
|
@ -4856,8 +4856,8 @@ process.on = function(e, fn){
|
|||
var options = mocha.options;
|
||||
mocha.globals('location');
|
||||
|
||||
var query = Mocha.utils.parseQuery(window.location.search || '');
|
||||
if (query.grep) mocha.grep(query.grep);
|
||||
//var query = Mocha.utils.parseQuery(window.location.search || '');
|
||||
//if (query.grep) mocha.grep(query.grep);
|
||||
|
||||
return Mocha.prototype.run.call(mocha, function(){
|
||||
Mocha.utils.highlightTags('code');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue