node_modules/mocha/mocha.js 1 location
|
@@ 5312-5312 (lines=1) @@
|
5309 |
|
* @return {Array} |
5310 |
|
* @api private |
5311 |
|
*/ |
5312 |
|
function extraGlobals () { |
5313 |
|
if (typeof process === 'object' && typeof process.version === 'string') { |
5314 |
|
var parts = process.version.split('.'); |
5315 |
|
var nodeVersion = parts.reduce(function (a, v) { |
node_modules/mocha/lib/runner.js 1 location
|
@@ 964-964 (lines=1) @@
|
961 |
|
* @return {Array} |
962 |
|
* @api private |
963 |
|
*/ |
964 |
|
function extraGlobals () { |
965 |
|
if (typeof process === 'object' && typeof process.version === 'string') { |
966 |
|
var parts = process.version.split('.'); |
967 |
|
var nodeVersion = parts.reduce(function (a, v) { |