Skip to content

Commit 033cc5c

Browse files
reorder urls
1 parent 0d334ad commit 033cc5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ TEST: addTests('isDashboard', [
8989
export const isHome = (url: URL | HTMLAnchorElement | Location = location): boolean => !isGist(url) && /^$|^dashboard\/?$/.test(getCleanPathname(url));
9090
TEST: addTests('isHome', [
9191
'https://github.com',
92+
'https://github.com//dashboard',
9293
'https://github.com///',
9394
'https://github.com//',
9495
'https://github.com/',
95-
'https://github.com//dashboard',
9696
'https://github.com/dashboard',
9797
'https://github.big-corp.com/',
9898
'https://not-github.com/',

0 commit comments

Comments
 (0)