Skip to content

Commit

Permalink
hotfix: remove testing-library jest-dom types
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoThirdfort committed Apr 25, 2024
1 parent b00bb75 commit 1a13963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"paths": {
"@/*": ["./src/*"]
},
"types": ["jest", "@testing-library/jest-dom"],
"types": ["jest"],
"typeRoots": ["./node_modules/@types", "./types"]
},
"include": [
Expand Down

0 comments on commit 1a13963

Please sign in to comment.