BettererRunSummary.isComplete
API > @betterer/betterer > BettererRunSummary > isComplete
When true
, this test has successfully met its goal. isBetter
will also be true
the first time the test meets its goal. isSame
will also be true
on subsequent runs. The default reporter will show that this test has met its goal.
Signature
readonly isComplete: boolean;