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