Skip to main content
Module

x/plug/test/remote.ts

πŸ”Œ Deno plugin management library
Go to Latest
File
import { assert } from "../test_deps.ts";import { run } from "./helpers.ts";
const address = Deno.args[0];assert(address && address.length > 0, "no address");
await run(`http://${address}/test_ffi/target/debug`);