node_modules/mocha/mocha.js 1 location
|
@@ 4961-4961 (lines=1) @@
|
4958 |
|
* @param {Suite} suite |
4959 |
|
* @param {Function} fn |
4960 |
|
*/ |
4961 |
|
Runner.prototype.runSuite = function (suite, fn) { |
4962 |
|
var i = 0; |
4963 |
|
var self = this; |
4964 |
|
var total = this.grepTotal(suite); |
node_modules/mocha/lib/runner.js 1 location
|
@@ 613-613 (lines=1) @@
|
610 |
|
* @param {Suite} suite |
611 |
|
* @param {Function} fn |
612 |
|
*/ |
613 |
|
Runner.prototype.runSuite = function (suite, fn) { |
614 |
|
var i = 0; |
615 |
|
var self = this; |
616 |
|
var total = this.grepTotal(suite); |