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 4255861 commit 928344dCopy full SHA for 928344d
index.ts
@@ -184,7 +184,7 @@ TEST: addTests('isGist', [
184
]);
185
186
export const isGlobalIssueList = (url: URL | HTMLAnchorElement | Location = location): boolean => getCleanPathname(url) === 'issues';
187
-TEST: addTests('isGlobalPRList', [
+TEST: addTests('isGlobalIssueList', [
188
'https://github.com/issues',
189
'https://github.com/issues/assigned',
190
'https://github.com/issues/mentioned',
0 commit comments