@@ 494-494 (lines=1) @@ | ||
491 | this._error = err; |
|
492 | }; |
|
493 | ||
494 | },{"./runnable":32,"./utils":36}],7:[function(require,module,exports){ |
|
495 | 'use strict'; |
|
496 | ||
497 | /** |
@@ 26-26 (lines=1) @@ | ||
23 | * |
|
24 | * @param {Suite} suite Root suite. |
|
25 | */ |
|
26 | module.exports = function (suite) { |
|
27 | var suites = [suite]; |
|
28 | ||
29 | suite.on('pre-require', function (context, file, mocha) { |