We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4be5740 commit b1a2fefCopy full SHA for b1a2fef
packages/react-query-devtools/src/__tests__/devtools.test.tsx
@@ -1,7 +1,7 @@
1
import { describe, expect, it } from 'vitest'
2
3
describe('ReactQueryDevtools', () => {
4
- it('should be able to open and close devtools', async () => {
+ it('should be able to open and close devtools', () => {
5
expect(1).toBe(1)
6
})
7
0 commit comments