Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
test: fix usage of invalid common properties
  • Loading branch information
lundibundi committed Feb 24, 2020
commit de4bcae551c6789dea8bad50cc243f59f44a83d9
2 changes: 1 addition & 1 deletion test/common/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,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);
},
Expand Down
2 changes: 0 additions & 2 deletions test/common/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const {
mustNotCall,
printSkipMessage,
skip,
ArrayStream,
nodeProcessAborted,
isAlive,
expectWarning,
Expand Down Expand Up @@ -83,7 +82,6 @@ export {
mustNotCall,
printSkipMessage,
skip,
ArrayStream,
nodeProcessAborted,
isAlive,
expectWarning,
Expand Down