(fullVersion: string)
| 19 | const getPullRequestBody = (fullVersion: string) => |
| 20 | getPullRequestContent('body', fullVersion) |
| 21 | const getPullRequestTitle = (fullVersion: string) => |
| 22 | getPullRequestContent('title', fullVersion) |
| 23 | |
| 24 | process.on('unhandledRejection', error => { |
| 25 | console.error(error.message) |
no test coverage detected