BettererRun.expected
API > @betterer/betterer > BettererRun > expected
The expected result for the test run. Will always reflect the result from the results file. If the BettererTest
gets better over the lifetime of the BettererContext, expected
will reflect the current result. Will be null
when isNew
is true
.
Signature
readonly expected: BettererResult | null;