Skip to content

Commit 84c68ea

Browse files
committed
chore: update test
1 parent 19ec64d commit 84c68ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/docs-text.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ describe('parseJsDocLinks', () => {
7878
const result = parseJsDocLinks('{@link https://example.com}', emptyLookup)
7979
expect(result).toContain('href="https://example.com"')
8080
expect(result).toContain('target="_blank"')
81-
expect(result).toContain('rel="noopener"')
81+
expect(result).toContain('rel="noreferrer"')
8282
})
8383

8484
it('should handle external URLs with labels', () => {

0 commit comments

Comments
 (0)