Function: afterEach()
afterEach(
fn
):void
Registers a teardown method to run after each iteration of the benchmark or variation.
Parameters
• fn: TeardownMethod
The teardown method.
Returns
void
afterEach(
fn
):void
Registers a teardown method to run after each iteration of the benchmark or variation.
• fn: TeardownMethod
The teardown method.
void