You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test({react,preact,solid}-query): move 'queryClient' and 'queryCache' to 'beforeEach' for per-test isolation (#10356)
* test({react,preact}-query): move 'queryClient' and 'queryCache' to 'beforeEach' for per-test isolation
* test(solid-query): move 'queryClient' and 'queryCache' to 'beforeEach' for per-test isolation
* test({react,preact}-query): add 'queryClient.clear()' to 'afterEach' in 'useQuery' and 'useMutation'
* test({react,preact}-query): add 'queryClient.clear()' to 'afterEach' in 'ssr' and 'suspense'
* test({react,preact}-query/ssr): remove redundant 'queryCache.clear()' calls in individual tests
* ci: apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
0 commit comments