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

Runs after each test in the module.

Parameters

fn: HookFn<A>

Return Type

void

Usage

import { type HooksObject } from ".";