Skip to content

Commit 069cf07

Browse files
authored
test(query-core) resolve ESLint typescript-eslint/require-await warnings for devtools.test.tsx (#8917)
1 parent 12762a3 commit 069cf07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { describe, expect, it } from 'vitest'
22

33
describe('ReactQueryDevtools', () => {
4-
it('should be able to open and close devtools', async () => {
4+
it('should be able to open and close devtools', () => {
55
expect(1).toBe(1)
66
})
77
})

0 commit comments

Comments
 (0)