tests: remove reporter from coverage testing
This commit is contained in:
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 */
|
||||
|
Loading…
Reference in New Issue
Block a user