tests: remove reporter from coverage testing
This commit is contained in:
parent
93911d7371
commit
fc326b62ff
@ -1,5 +1,7 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
|
/* c8 ignore start */
|
||||||
|
|
||||||
const Mocha = require('mocha');
|
const Mocha = require('mocha');
|
||||||
const {
|
const {
|
||||||
EVENT_RUN_BEGIN,
|
EVENT_RUN_BEGIN,
|
||||||
@ -211,3 +213,5 @@ class MyReporter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
module.exports = MyReporter;
|
module.exports = MyReporter;
|
||||||
|
|
||||||
|
/* c8 ignore stop */
|
||||||
|
Loading…
Reference in New Issue
Block a user