From df0c496fa2b39293c26967f66bada30c3dcfd3c4 Mon Sep 17 00:00:00 2001 From: Tom Mrazauskas Date: Thu, 10 Feb 2022 16:03:46 +0200 Subject: [PATCH] chore: exclude type tests from coverage (#12359) --- jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.js b/jest.config.js index c54992993b8a..f6eb19eb57c9 100644 --- a/jest.config.js +++ b/jest.config.js @@ -17,6 +17,7 @@ module.exports = { '!**/perf/**', '!**/__mocks__/**', '!**/__tests__/**', + '!**/__typetests__/**', '!**/build/**', '!**/vendor/**', '!e2e/**',