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

View File

@@ -29,9 +29,6 @@
"**/*.tsx"
],
"exclude": [
"node_modules",
"**/*.test.ts",
"**/*.test.tsx",
"cypress"
"node_modules"
]
}