Skip to content

Commit 1acec99

Browse files
authored
Rename isFork to isForkingRepo (#210)
1 parent 23bd60b commit 1acec99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,8 +614,8 @@ TEST: addTests('isRepoNetworkGraph', [
614614

615615
export const isForkedRepo = (): boolean => exists('meta[name="octolytics-dimension-repository_is_fork"][content="true"]');
616616

617-
export const isFork = (url: URL | HTMLAnchorElement | Location = location): boolean => getRepo(url)?.path === 'fork';
618-
TEST: addTests('isFork', [
617+
export const isForkingRepo = (url: URL | HTMLAnchorElement | Location = location): boolean => getRepo(url)?.path === 'fork';
618+
TEST: addTests('isForkingRepo', [
619619
'https://github.com/refined-github/refined-github/fork',
620620
]);
621621

0 commit comments

Comments
 (0)