Skip to content

Commit 23ded41

Browse files
authored
Add test
1 parent c76681a commit 23ded41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ export const isGist = (url: URL | HTMLAnchorElement | Location = location): bool
100100
TEST: addTests('isGist', [
101101
'https://gist.github.com',
102102
'http://gist.github.com',
103+
'https://gist.github.com/new',
103104
'https://gist.github.com/fregante/2205329b71218fa2c1d3',
104105
'https://gist.github.com/fregante/2205329b71218fa2c1d3/d1ebf7d9cfaba4d4596d2ea9174e202479a5f9ad',
105106
'https://gist.github.com/sindresorhus/0ea3c2845718a0a0f0beb579ff14f064',

0 commit comments

Comments
 (0)