Skip to content

Commit

Permalink
test: fix code coverage (#1318)
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker authored Jan 19, 2024
1 parent 28b1ecc commit 1346041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"functions": 85,
"lines": 85,
"exclude": [
"dist",
"lib",
"coverage",
"test/**/*.js"
]
Expand All @@ -105,7 +105,7 @@
"**/src/components/**/*.test.tsx"
],
"collectCoverageFrom": [
"**/src/**/*.{ts,tsx}"
"src/**/*.{ts,tsx}"
],
"moduleNameMapper": {
"\\.(css|less)$": "<rootDir>/__tests__/styleMock.js",
Expand Down

0 comments on commit 1346041

Please sign in to comment.