Skip to main content
Module

x/url_concat/dev_deps.ts>afterAll

Concatenate URL parts
Latest
function afterAll
import { afterAll } from "https://deno.land/x/url_concat@1.0.0-beta.1/dev_deps.ts";

Run some shared teardown after all of the tests in the suite.

Parameters

fn: (this: T) => void | Promise<void>