__izilla__
__izilla__
TTCTheo's Typesafe Cult
Created by Codex on 9/18/2023 in #questions
Question about useQuery
8 replies
TTCTheo's Typesafe Cult
Created by Aman on 6/26/2023 in #questions
Ignoring __test__ folder during the build process
I am assuming that they are co-located so something like src/components/MyComponent/MyComponent.tsx and src/components/MyComponent.test.tsx @juliecezar answer assumes that tests file live somewhere like __test__/components/MyComponent/MyComponent.test.tsx if they are co-located and you don't have other tsx files you can remove the "**/*.tsx" and from the include as that will include the *.test.tsx files but explicitly excluding them should work as long as there are not any other tsx files in your source tree that you do not want
4 replies
TTCTheo's Typesafe Cult
Created by cyremur on 3/15/2023 in #questions
Deceptive Site Warning
6 replies