Skip to content

Commit b1a2fef

Browse files
authored
test(react-query-devtools): resolve ESLint typescript-eslint/require-await warnings (#8912)
1 parent 4be5740 commit b1a2fef

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)