diff --git a/jest.config.js b/jest.config.js index 198d666..17d6127 100644 --- a/jest.config.js +++ b/jest.config.js @@ -8,7 +8,10 @@ module.exports = { '!src/pages/**/*.tsx', '!src/styles/**/*.ts', '!src/utils/apollo.ts', - '!src/types/**/*.d.ts' + '!src/utils/apolloCache.ts', + '!src/types/**/*.d.ts', + '!src/graphql/**/*.ts', + '!src/**/mock.ts' ], setupFilesAfterEnv: ['/.jest/setup.ts'], modulePaths: ['/src/', '/.jest'],