TypeScript SDK scaffold (#4455)
This commit is contained in:
9
sdk/typescript/tests/index.test.ts
Normal file
9
sdk/typescript/tests/index.test.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { describe, expect, it } from "vitest";
|
||||
|
||||
import { Codex } from "../src/index.js";
|
||||
|
||||
describe("Codex", () => {
|
||||
it("exposes the placeholder API", () => {
|
||||
const client = new Codex();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user