File size: 174 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 |
import { describe, expect, it } from 'vitest'
describe('ReactQueryDevtools', () => {
it('should be able to open and close devtools', () => {
expect(1).toBe(1)
})
})
|
1e92f2d |
1 2 3 4 5 6 7 8 |
import { describe, expect, it } from 'vitest'
describe('ReactQueryDevtools', () => {
it('should be able to open and close devtools', () => {
expect(1).toBe(1)
})
})
|