Skip to main content
Module

x/oak_compress/test_deps.ts>afterEach

oak middleware, support br, gzip and deflate
Latest
function afterEach
import { afterEach } from "https://deno.land/x/oak_compress@v0.0.2/test_deps.ts";

Run some shared teardown after each test in the suite.

Parameters

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