| 16 | ); |
| 17 | |
| 18 | class Validation extends PullRequestValidation { |
| 19 | assert(pullRequest: PullRequestFromGithub) { |
| 20 | const totalCount = pullRequest.reviews.nodes.filter( |
| 21 | ({authorAssociation}) => authorAssociation === 'MEMBER', |
nothing calls this directly
no outgoing calls
no test coverage detected