Skip to content

Commit 3f1cc4c

Browse files
committed
fix tests
1 parent 6332434 commit 3f1cc4c

File tree

3 files changed

+5
-41
lines changed

3 files changed

+5
-41
lines changed

packages/plugins/tanstack-query/jest.config.ts

Lines changed: 0 additions & 37 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../jest.config.ts

packages/plugins/tanstack-query/tests/react-hooks-v5.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/* eslint-disable @typescript-eslint/no-explicit-any */
2-
/* eslint-disable @typescript-eslint/ban-ts-comment */
31
/**
42
* @jest-environment jsdom
53
*/
4+
/* eslint-disable @typescript-eslint/no-explicit-any */
5+
/* eslint-disable @typescript-eslint/ban-ts-comment */
66
import { QueryClient, QueryClientProvider } from '@tanstack/react-query-v5';
77
import { act, renderHook, waitFor } from '@testing-library/react';
88
import nock from 'nock';

packages/plugins/tanstack-query/tests/react-hooks.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/* eslint-disable @typescript-eslint/ban-ts-comment */
2-
/* eslint-disable @typescript-eslint/no-explicit-any */
31
/**
42
* @jest-environment jsdom
53
*/
4+
/* eslint-disable @typescript-eslint/ban-ts-comment */
5+
/* eslint-disable @typescript-eslint/no-explicit-any */
66
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
77
import { act, renderHook, waitFor } from '@testing-library/react';
88
import nock from 'nock';

0 commit comments

Comments
 (0)