method FixtureManager.prototype.reset
FixtureManager.prototype.reset(): void

Clears the store. Call in afterEach to reset between tests.

Return Type

void

Usage

import { FixtureManager } from "testing/src/index.ts";