Skip to content

Commit

Permalink
✅ test(ts): fix @testing-library/jest-dom type definitions not showin…
Browse files Browse the repository at this point in the history
  • Loading branch information
m-tartari committed Jan 23, 2024
1 parent 6dda2e9 commit f30fdb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
"noFallthroughCasesInSwitch": true,
"types": ["@testing-library/jest-dom"],
},
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
Expand Down

0 comments on commit f30fdb2

Please sign in to comment.