@tanstack/solid-query 4.19.0 → 4.20.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/solid/__tests__/createQuery.test.jsx +1 -2
- package/build/solid/{index.js → index.jsx} +0 -0
- package/build/umd/index.development.js +1 -1
- package/build/umd/index.development.js.map +1 -1
- package/build/umd/index.production.js +1 -1
- package/build/umd/index.production.js.map +1 -1
- package/package.json +3 -3
- package/src/__tests__/createQuery.test.tsx +1 -2
- /package/src/{index.ts → index.tsx} +0 -0
|
@@ -3749,8 +3749,7 @@ describe('createQuery', () => {
|
|
|
3749
3749
|
<Page />
|
|
3750
3750
|
</QueryClientProvider>));
|
|
3751
3751
|
await sleep(10);
|
|
3752
|
-
expect(renders).toBe(
|
|
3753
|
-
expect(hashes).toBe(2);
|
|
3752
|
+
expect(renders).toBe(hashes);
|
|
3754
3753
|
});
|
|
3755
3754
|
it('should refetch when changed enabled to true in error state', async () => {
|
|
3756
3755
|
const queryFn = jest.fn();
|
|
File without changes
|