Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fresh/tests/test_utils.ts>withFresh

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

Parameters

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