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 0d334ad commit 033cc5cCopy full SHA for 033cc5c
index.ts
@@ -89,10 +89,10 @@ TEST: addTests('isDashboard', [
89
export const isHome = (url: URL | HTMLAnchorElement | Location = location): boolean => !isGist(url) && /^$|^dashboard\/?$/.test(getCleanPathname(url));
90
TEST: addTests('isHome', [
91
'https://github.com',
92
+ 'https://github.com//dashboard',
93
'https://github.com///',
94
'https://github.com//',
95
'https://github.com/',
- 'https://github.com//dashboard',
96
'https://github.com/dashboard',
97
'https://github.big-corp.com/',
98
'https://not-github.com/',
0 commit comments