deno.land / x / esm@v135_2 / test / issue-520 / issue-520.test.ts
12345678import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts";
import Draggable from "http://localhost:8080/react-draggable";
Deno.test("issue #520", () => { assertEquals(typeof Draggable, "function");});
Version Info