Skip to content

Commit 12a3f3a

Browse files
committed
Fix tests
1 parent 8f94288 commit 12a3f3a

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

src/test/converter/inheritance/inherit-doc.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ export function functionSource<T>(arg1: T, arg2: T): string {
7171
* @typeParam T - This will be inherited
7272
* @param arg1 - This will be inherited
7373
* @param arg2 - This will be inherited
74-
* @returns This will be inherited
7574
*/
7675
export function functionTargetLocal<T>(arg1: T, arg2: T) {
7776
return "";

src/test/converter/inheritance/specs.json

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -466,9 +466,9 @@
466466
"sources": [
467467
{
468468
"fileName": "inherit-doc.ts",
469-
"line": 76,
469+
"line": 75,
470470
"character": 16,
471-
"url": "typedoc://inherit-doc.ts#L76"
471+
"url": "typedoc://inherit-doc.ts#L75"
472472
}
473473
],
474474
"signatures": [
@@ -504,15 +504,6 @@
504504
}
505505
]
506506
},
507-
{
508-
"tag": "@returns",
509-
"content": [
510-
{
511-
"kind": "text",
512-
"text": "This will be inherited"
513-
}
514-
]
515-
},
516507
{
517508
"tag": "@returns",
518509
"content": [
@@ -527,9 +518,9 @@
527518
"sources": [
528519
{
529520
"fileName": "inherit-doc.ts",
530-
"line": 76,
521+
"line": 75,
531522
"character": 16,
532-
"url": "typedoc://inherit-doc.ts#L76"
523+
"url": "typedoc://inherit-doc.ts#L75"
533524
}
534525
],
535526
"typeParameters": [

0 commit comments

Comments
 (0)