Files
llmx/codex-cli/tests/dummy.test.ts

5 lines
86 B
TypeScript
Raw Normal View History

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