Skip to content

Commit

Permalink
Add testing for webtorrent
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed May 14, 2023
1 parent d91f854 commit 300daeb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/webtorrent/webtorrent.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 webtorrent from "http://localhost:8080/[email protected]?target=es2022";

Deno.test("webtorrent", async () => {
assertEquals(typeof webtorrent, "function");
});

0 comments on commit 300daeb

Please sign in to comment.