Skip to content

Commit

Permalink
Add testing for issue #743
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Nov 15, 2023
1 parent a072b19 commit 0d43246
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/issue-743/issue-743.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { assertEquals } from "https://deno.land/[email protected]/testing/asserts.ts";

import OpenAI from "http://localhost:8080/[email protected]";

Deno.test("issue #743", () => {
assertEquals(typeof OpenAI, "function");
});

0 comments on commit 0d43246

Please sign in to comment.