BettererFileTestResult.getIssues()
API > @betterer/betterer > BettererFileTestResult > getIssues
Get the set of BettererFileIssues
for a file at the given path.
Signature
getIssues(absolutePath?: string): BettererFileIssues;
Parameters
Parameter | Type | Description |
---|---|---|
absolutePath | string | The absolute path to the file. If not present, will return all issues for all files. |