()
| 137 | ); |
| 138 | |
| 139 | export function areIssuesEnabled(): boolean { |
| 140 | const repo = getRepo()!; |
| 141 | return elementExists(`${navigationBarSelector} a[href^="/${repo.nameWithOwner}/issues"]`); |
| 142 | } |
| 143 | |
| 144 | export function areDiscussionsEnabled(): boolean { |
| 145 | const repo = getRepo()!; |
no outgoing calls
no test coverage detected