(fullVersion: string)
| 17 | } |
| 18 | |
| 19 | const getPullRequestBody = (fullVersion: string) => |
| 20 | getPullRequestContent('body', fullVersion) |
| 21 | const getPullRequestTitle = (fullVersion: string) => |
| 22 | getPullRequestContent('title', fullVersion) |
| 23 |
no test coverage detected