Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg committed Jan 6, 2022
1 parent 5382485 commit b045362
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jest.config.ts
Expand Up @@ -123,7 +123,6 @@ if (
.filter(([, index]) => index === nodeIndex)
.map(([test]) => `${path.join(__dirname, test)}`),
];
console.log(testMatch);
} else {
const length = tests.length;
const size = Math.floor(length / nodeTotal);
Expand Down

0 comments on commit b045362

Please sign in to comment.