Skip to content

Commit e27de48

Browse files
remove incorrect comments from isRepoHome gotchas
1 parent ac8b43c commit e27de48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,8 +540,8 @@ TEST: addTests('isRepoHome', [
540540
'https://github.com/sindresorhus/search',
541541
'https://github.com/sindresorhus/branches',
542542
'https://github.com/sindresorhus/refined-github?files=1',
543-
'https://github.com/pullsuser/my-library', // Gotcha for isRepoPRList
544-
'https://github.com/issuesuser/my-library', // Gotcha for isRepoIssueList
543+
'https://github.com/pullsuser/my-library',
544+
'https://github.com/issuesuser/my-library',
545545
]);
546546

547547
export type RepoExplorerInfo = {

0 commit comments

Comments
 (0)