@@ 841-841 (lines=1) @@ | ||
838 | exports.qunit = require('./qunit'); |
|
839 | exports.exports = require('./exports'); |
|
840 | ||
841 | },{"./bdd":7,"./exports":9,"./qunit":11,"./tdd":12}],11:[function(require,module,exports){ |
|
842 | 'use strict'; |
|
843 | ||
844 | /** |
@@ 34-34 (lines=1) @@ | ||
31 | * |
|
32 | * @param {Suite} suite Root suite. |
|
33 | */ |
|
34 | module.exports = function (suite) { |
|
35 | var suites = [suite]; |
|
36 | ||
37 | suite.on('pre-require', function (context, file, mocha) { |