Commit fcaa1d2
test(vue-query/infiniteQueryOptions): replace query-core 'QueryClient' import with vue-query proxy (#10385)
tests: use proxy instead of query core
infiniteQueryOptions.test-d.ts for Vue Query was incorrectly using the
bare query client from core instead of the vue proxy query client.
Co-authored-by: Wonsuk Choi <sukvvon@gmail.com>1 parent 80f0370 commit fcaa1d2
File tree
1 file changed
+2
-1
lines changed- packages/vue-query/src/__tests__
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments