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>waitFor

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

Parameters

fn: () => Promise<unknown> | unknown

Returns

Promise<void>