Assert.prototype.verifySteps(steps: string[],message?: string): void
Asserts that the steps recorded via Assert.prototype.step match the given array,
then clears the recorded steps.
Assert.prototype.verifySteps(steps: string[],message?: string): void
Asserts that the steps recorded via Assert.prototype.step match the given array,
then clears the recorded steps.
import { Assert } from ".";