diff --git a/jest.config.js b/jest.config.js index e1f94dec..396e4ed6 100644 --- a/jest.config.js +++ b/jest.config.js @@ -5,6 +5,7 @@ module.exports = { collectCoverageFrom: [ '/src/**/*.ts', '!/src/types/**/*.ts', + '!/src/**/index.doc.ts', '!/src/**/index.ts', ], globals: {