Module

x/fresh/tests/test_utils.ts>withFresh

The next-gen web framework.
Extremely Popular
Latest
function withFresh
import { withFresh } from "https://dotland.deno.dev/x/fresh@1.7.1/tests/test_utils.ts";

Parameters

name: string | { name: string; options: Omit<Deno.CommandOptions, "args">; }
fn: (address: string) => Promise<void>