BettererRun.isNew
API > @betterer/betterer > BettererRun > isNew
When true
, this is the first time that a test has been run. Both baseline
and expected
will be set to null
. The default reporter will show that this test is new.
Signature
readonly isNew: boolean;