Skip to content

Commit fa155fb

Browse files
committed
test: 💍 adjust expected js-docs
1 parent fafb4f4 commit fa155fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/parser/shared/parser/field-decorator.parser.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ describe('Field Decorator', function () {
146146
type: 'string',
147147
required: false,
148148
field: 'test = input<string>("default value");',
149-
jsDoc:
150-
'/**\n * This is a JSDoc comment for a signal input\n * @description Signal input field for the component\n */',
149+
jsDoc: `This is a JSDoc comment for a signal input
150+
@description Signal input field for the component`,
151151
},
152152
];
153153
expect(parseInputsAndOutputs(ast)).toEqual({

0 commit comments

Comments
 (0)