We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a007b commit c4dfdf6Copy full SHA for c4dfdf6
src/reporter-factory.mjs
@@ -34,8 +34,6 @@ export default function reporterFactory(config = {}) {
34
* @returns {Promise<void[]>}
35
*/
36
async function reporter(result) {
37
- // console.log('reporter', result.results);
38
-
39
/**
40
* The formatter to be used for formatting results.
41
* @type {Formatter}
0 commit comments