summaryrefslogtreecommitdiff
path: root/tests/specs/install/future_install_local_deno/main.js
blob: 5c09f1f20afc81a02c6cfea39eb2be561431235c (plain)
1
2
3
4
5
6
import { setValue } from "@denotest/esm-basic";
import { add } from "@denotest/add";
import { returnsHi } from "test-http";
setValue(5);
returnsHi();
add(2, 2);