diff --git a/index.ts b/index.ts index eb08451..738b517 100644 --- a/index.ts +++ b/index.ts @@ -614,8 +614,8 @@ TEST: addTests('isRepoNetworkGraph', [ export const isForkedRepo = (): boolean => exists('meta[name="octolytics-dimension-repository_is_fork"][content="true"]'); -export const isFork = (url: URL | HTMLAnchorElement | Location = location): boolean => getRepo(url)?.path === 'fork'; -TEST: addTests('isFork', [ +export const isForkingRepo = (url: URL | HTMLAnchorElement | Location = location): boolean => getRepo(url)?.path === 'fork'; +TEST: addTests('isForkingRepo', [ 'https://github.com/refined-github/refined-github/fork', ]);