Skip to content

Commit 133bb9f

Browse files
authored
Add name to jsDocParsing link tag test (microsoft#25229)
1 parent e38aad8 commit 133bb9f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/testRunner/unittests/jsDocParsing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ namespace ts {
308308
* @param {object} o Doc doc
309309
* @param {string} o.f Doc for f
310310
*/`);
311-
parsesCorrectly("",
311+
parsesCorrectly("@link tags",
312312
`/**
313313
* {@link first link}
314314
* Inside {@link link text} thing

0 commit comments

Comments
 (0)