DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
122 Bytes
import type { Suite } from 'uvu/parse';
export function run(suites: Suite[], options?: { bail: boolean }): Promise<void>;