Skip to content

Commit

Permalink
Update test/assert-coverage-test.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Mathias Bynens <mathias@qiwi.be>
  • Loading branch information
jackfranklin and mathiasbynens committed Apr 30, 2020
1 parent a22dfe8 commit dda3439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/assert-coverage-test.js
Expand Up @@ -14,7 +14,7 @@ describe('API coverage test', () => {
}
if (missingMethods.length) {
console.error('\nCoverage check failed: not all API methods called. See above output for list of missing methods.');
console.error(Array.from(missingMethods).join('\n'));
console.error(missingMethods.join('\n'));
}

// We know this will fail because we checked above
Expand Down

0 comments on commit dda3439

Please sign in to comment.