Assert.prototype.step(message: string): void
Records a named step. Use with Assert.prototype.verifySteps to assert that
a sequence of steps occurred in the right order.
Assert.prototype.step(message: string): void
Records a named step. Use with Assert.prototype.verifySteps to assert that
a sequence of steps occurred in the right order.
import { Assert } from ".";