Fix tests typings (#140)

This commit is contained in:
David
2022-10-21 15:57:53 +02:00
committed by GitHub
parent 6e254e66a0
commit 81fd11ee62
3 changed files with 17 additions and 23 deletions

14
tests/tsconfig.json Normal file
View File

@@ -0,0 +1,14 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"types": [
"jest",
"@testing-library/jest-dom",
"@testing-library/react",
"@testing-library/user-event"
]
},
"include": [
"."
]
}