SIGN IN SIGN UP
TanStack / query UNCLAIMED

🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.

0 0 113 TypeScript

refactor(tests): Get rid of TS errors in tests files (#4180)

* chore: get rid of TS errors in tests files

Test files in most packages were importing `tests/utils` from the root of the repo causing hundreds of typescript errors. This commit collocates these utils in each of the packages and removes 'exclude' statements from all tsconfig files as they are no longer necessary for the typechecking to pass.

* style: fix formatting

* fix: resolve broken references
M
Michal Tecza committed
f61b908014bf936ebd6f51758c746cd07eedf460
Parent: 6393259
Committed by GitHub <noreply@github.com> on 9/18/2022, 6:20:08 AM