engresearch's picture
Upload folder using huggingface_hub
7f88bdf verified
raw
history blame contribute delete
150 Bytes
import { describe, it, expect } from "vitest";
describe("example", () => {
it("should pass", () => {
expect(true).toBe(true);
});
});