diff --git a/jest.config.js b/jest.config.js index 878a1825a..2ceb8e3b3 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,5 +1,4 @@ const config = { - collectCoverage: true, collectCoverageFrom: [ 'lib/**/*.js', // Avoid ESM import.meta parse error.