Skip to content

Commit 4779747

Browse files
authored
test(react-query): resolve ESLint typescript-eslint/require-await warnings (#8902)
1 parent f4aa6e3 commit 4779747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-query/src/__tests__/useQuery.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2631,7 +2631,7 @@ describe('useQuery', () => {
26312631
})
26322632

26332633
// See https://github.com/tannerlinsley/react-query/issues/144
2634-
it('should be in "pending" state by default', async () => {
2634+
it('should be in "pending" state by default', () => {
26352635
const key = queryKey()
26362636

26372637
function Page() {

0 commit comments

Comments
 (0)