Files
llmx/codex-cli/tests/dummy.test.ts
Ilan Bigio 59a180ddec Initial commit
Signed-off-by: Ilan Bigio <ilan@openai.com>
2025-04-16 12:56:08 -04:00

5 lines
86 B
TypeScript

import { test, expect } from "vitest";
test("dummy", () => {
expect(1).toBe(1);
});