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 12762a3 commit 069cf07Copy full SHA for 069cf07
packages/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