Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
174 Bytes
import { describe, expect, it } from 'vitest'
describe('ReactQueryDevtools', () => {
it('should be able to open and close devtools', () => {
expect(1).toBe(1)
})
})