diff --git a/package.json b/package.json index 3b0de6d1a9..8131531b93 100644 --- a/package.json +++ b/package.json @@ -191,7 +191,8 @@ }, "testRegex": "/tests/.*\\.test\\.js$", "collectCoverageFrom": [ - "components/**/*.{ts,tsx}" + "components/**/*.{ts,tsx}", + "!components/*/style/index.tsx" ] }, "pre-commit": [