Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
208 Bytes
import '@testing-library/jest-dom/vitest'
import { cleanup } from '@solidjs/testing-library'
import { afterEach } from 'vitest'
// https://github.com/solidjs/solid-testing-library
afterEach(() => cleanup())