BettererRun.filePaths
API > @betterer/betterer > BettererRun > filePaths
An array of file paths that will be tested. Will be null
if the test is not a BettererFileTest
. If it is an empty array then all relevant files for the test (as defined by BettererFileTest.include()
and BettererFileTest.exclude()
) will be tested.
Signature
readonly filePaths: BettererFilePaths | null;