summaryrefslogtreecommitdiff
path: root/tests/specs/npm/es_module/test.js
blob: b9c91c7151e382c2a1cf364fa4360d0c201521f7 (plain)
1
2
3
4
5
import { test } from "./main.js";

Deno.test("test", () => {
  console.log(test("test"));
});