Skip to content

Commit

Permalink
dev: Remove unused jest config in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mizlan committed Mar 3, 2024
1 parent 56a580d commit 4e2cccd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,6 @@
"stylelint-scss": "^6.1.0",
"typescript": "^5.3.3"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx,ts,tsx}"
],
"coverageReporters": [
"text",
"lcov"
]
},
"lint-staged": {
"*.js": "eslint --cache --fix",
"*.css": "stylelint --fix",
Expand Down

0 comments on commit 4e2cccd

Please sign in to comment.