Skip to main content

BettererDiff

API > @betterer/betterer > BettererDiff

The result of computing the difference between two results.

Signature

export interface BettererDiff<DiffType = null> 

Properties

PropertyTypeDescription
diffDiffTypeThe difference between expected and result.
logsBettererLogsA set of logging instructions that provide insight about the diff. The default reporter will show these to the user once the test is complete.