tests: remove reporter from coverage testing

This commit is contained in:
Richard Moore 2022-11-09 02:57:40 -05:00
parent 93911d7371
commit fc326b62ff

@ -1,5 +1,7 @@
'use strict';
/* c8 ignore start */
const Mocha = require('mocha');
const {
EVENT_RUN_BEGIN,
@ -211,3 +213,5 @@ class MyReporter {
}
module.exports = MyReporter;
/* c8 ignore stop */