Files
dc-recorder/tests/smoke.test.ts

6 lines
103 B
TypeScript
Raw Normal View History

2026-05-13 15:28:25 +07:00
import { expect, it } from "vitest";
it("runs the test suite", () => {
expect(true).toBe(true);
});