Skip to content

Commit 0d334ad

Browse files
can't make anything better
1 parent 4d0de63 commit 0d334ad

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

index.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ TEST: addTests('isDashboard', [
7474
'https://github.com/dashboard/index/2',
7575
'https://github.com//dashboard',
7676
'https://github.com/dashboard',
77-
'https://ghe.big-corp.com/',
78-
'https://ghe-instance.com/',
77+
'https://github.big-corp.com/',
78+
'https://not-github.com/',
79+
'https://my-little-hub.com/',
7980
'https://github.com/?tab=repositories', // Gotcha for `isUserProfileRepoTab`
8081
'https://github.com/?tab=stars', // Gotcha for `isUserProfileStarsTab`
8182
'https://github.com/?tab=followers', // Gotcha for `isUserProfileFollowersTab`
@@ -93,8 +94,9 @@ TEST: addTests('isHome', [
9394
'https://github.com/',
9495
'https://github.com//dashboard',
9596
'https://github.com/dashboard',
96-
'https://ghe.big-corp.com/',
97-
'https://ghe-instance.com/',
97+
'https://github.big-corp.com/',
98+
'https://not-github.com/',
99+
'https://my-little-hub.com/',
98100
'https://github.com/?tab=repositories', // Gotcha for `isUserProfileRepoTab`
99101
'https://github.com/?tab=stars', // Gotcha for `isUserProfileStarsTab`
100102
'https://github.com/?tab=followers', // Gotcha for `isUserProfileFollowersTab`

0 commit comments

Comments
 (0)