Assert.prototype.pushResult(resultInfo?: PushResultInfo): this
Pushes a custom assertion result. Fails the test if resultInfo.result is falsy.
Throws an AssertionError on failure.
Useful for building custom assertion helpers.
optional
resultInfo: PushResultInfo