Skip to content

Commit

Permalink
chore: remove generated files from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardoalemax committed Aug 22, 2021
1 parent 1b91676 commit a6692c8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 34 deletions.
18 changes: 0 additions & 18 deletions jest.config.base.ts

This file was deleted.

15 changes: 0 additions & 15 deletions jest.config.ts

This file was deleted.

1 change: 0 additions & 1 deletion jest.setup.ts

This file was deleted.

8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@
"postinstall": "husky install",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\""
},
"jest": {
"collectCoverageFrom": [
"src/**/*.ts",
"src/**/*.tsx",
"!src/**/reportWebVitals.ts",
"!src/**/index.tsx"
]
},
"eslintConfig": {
"extends": [
"react-app",
Expand Down

0 comments on commit a6692c8

Please sign in to comment.