mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
59a180ddec
Signed-off-by: Ilan Bigio <ilan@openai.com>
5 lines
86 B
TypeScript
5 lines
86 B
TypeScript
import { test, expect } from "vitest";
|
|
test("dummy", () => {
|
|
expect(1).toBe(1);
|
|
});
|