method HooksObject.after
HooksObject.after(fn: HookFn<A>): void

Runs once after the last test in the module.

Parameters

fn: HookFn<A>

Return Type

void

Usage

import { type HooksObject } from ".";