SOURCE.IO / src /test /example.test.ts
Adeen
Deploy: OCR support for PDF/Images/DOCX
ae14296
raw
history blame contribute delete
143 Bytes
import { describe, it, expect } from "vitest";
describe("example", () => {
it("should pass", () => {
expect(true).toBe(true);
});
});