@@ -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