mirror of
https://github.com/openai/codex.git
synced 2026-02-01 22:47:52 +00:00
5 lines
86 B
TypeScript
5 lines
86 B
TypeScript
import { test, expect } from "vitest";
|
|
test("dummy", () => {
|
|
expect(1).toBe(1);
|
|
});
|