BettererFileTestResultSummary
API > @betterer/betterer > BettererFileTestResultSummary
The summary of the result of a BettererFileTest.
Signature
export interface BettererFileTestResultSummary
Properties
| Property | Type | Description |
|---|---|---|
| details | BettererFileTestResultSummaryDetails | The result of the test. A mapping from the path to a file to an array of BettererFileIssues. |
| isFileTest | true | Specifies that the test is a BettererFileTest. |
| name | string | The name of the test. |