We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a64d181 commit 3ca6fa2Copy full SHA for 3ca6fa2
index.ts
@@ -216,7 +216,7 @@ TEST: addTests('isIssue', [
216
]);
217
218
export const isIssueList = (url: URL | HTMLAnchorElement | Location = location): boolean => isRepoIssueList(url) || isGlobalIssueList(url) || isMilestone(url);
219
-TEST: addTests('isIssueList', combinedTestOnly)
+TEST: addTests('isIssueList', combinedTestOnly);
220
221
export const isIssueOrPRList = (url: URL | HTMLAnchorElement | Location = location): boolean => isIssueList(url) || isPRList(url);
222
TEST: addTests('isIssueOrPRList', combinedTestOnly);
0 commit comments