diff --git a/jest.config.js b/jest.config.js index 5216703..fe165cc 100644 --- a/jest.config.js +++ b/jest.config.js @@ -10,7 +10,6 @@ module.exports = { verbose: true, collectCoverage: true, collectCoverageFrom: [ - '**/src/*.ts', - '!**/node_modules/**' + '**/src/*.ts' ] } \ No newline at end of file