| import { describe, expect, it } from 'vitest' | |
| describe('ReactQueryDevtools', () => { | |
| it('should be able to open and close devtools', () => { | |
| expect(1).toBe(1) | |
| }) | |
| }) | |
| import { describe, expect, it } from 'vitest' | |
| describe('ReactQueryDevtools', () => { | |
| it('should be able to open and close devtools', () => { | |
| expect(1).toBe(1) | |
| }) | |
| }) | |