Skip to content

Commit 89509f7

Browse files
committed
chore: remove comment
1 parent a388dbb commit 89509f7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/nuxt/composables/use-repository-url.spec.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
import { describe, expect, it } from 'vitest'
22

3-
/**
4-
* Tests for useRepositoryUrl composable.
5-
*
6-
* Regression tests for GitHub issue #2233: monorepo packages with .git suffix
7-
* in repository.url generated broken source links like:
8-
* https://github.com/org/repo.git/tree/HEAD/packages/foo (404)
9-
* instead of:
10-
* https://github.com/org/repo/tree/HEAD/packages/foo
11-
*/
123
describe('useRepositoryUrl', () => {
134
it('should strip .git from repository URL', () => {
145
const { repositoryUrl } = useRepositoryUrl(

0 commit comments

Comments
 (0)