BettererDiff
API > @betterer/betterer > BettererDiff
The result of computing the difference between two results.
Signature
export interface BettererDiff<DiffType = null>
Properties
Property | Type | Description |
---|---|---|
diff | DiffType | The difference between expected and result . |
logs | BettererLogs | A set of logging instructions that provide insight about the diff. The default reporter will show these to the user once the test is complete. |