diff --git a/test/common/index.js b/test/common/index.js index f5387a426a24da..1b82d8487287bf 100644 --- a/test/common/index.js +++ b/test/common/index.js @@ -784,7 +784,7 @@ module.exports = { skipIfReportDisabled, skipIfWorker, - get enoughTestCPU() { + get enoughTestCpu() { const cpus = require('os').cpus(); return Array.isArray(cpus) && (cpus.length > 1 || cpus[0].speed > 999); },