mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
@@ -0,0 +1,4 @@
|
||||
import { test, expect } from "vitest";
|
||||
test("dummy", () => {
|
||||
expect(1).toBe(1);
|
||||
});
|
||||
Reference in New Issue
Block a user