Searched refs:enableTimeouts (Results 1 – 1 of 1) sorted by relevance
835 Context.prototype.enableTimeouts = function (enabled) { method in Context836 this.runnable().enableTimeouts(enabled);1492 if (options.enableTimeouts !== null) this.enableTimeouts(options.enableTimeouts);1775 Mocha.prototype.enableTimeouts = function(enabled) { method in Mocha1776 this.suite.enableTimeouts(arguments.length && enabled !== undefined4386 Runnable.prototype.enableTimeouts = function(enabled){ method in Runnable5383 suite.enableTimeouts(this.enableTimeouts());5414 Suite.prototype.enableTimeouts = function(enabled){ method in Suite5471 hook.enableTimeouts(this.enableTimeouts());5498 hook.enableTimeouts(this.enableTimeouts());[all …]