summaryrefslogtreecommitdiff
path: root/tests/specs/permission/allow_import/builtin_host.ts
blob: a3ca2df76a1d39fa9a4c22f92c801bdee7514092 (plain)
1
2
3
4
// this is the JSR url for the test server
import { add } from "http://127.0.0.1:4250/@denotest/add/1.0.0/mod.ts";

console.log(add(1, 2));