Skip to content

Commit 0137e95

Browse files
committed
Fix
1 parent 0490f1c commit 0137e95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/transform.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ const testCases: TestCase[] = [
508508
{
509509
expectedAngularType: 'ArrowFunction',
510510
expectedEstreeType: 'ArrowFunctionExpression',
511-
text: ' ( ( (a) => ( ( 1 ) ) ) ) ',
511+
text: ' ( ( (a, b ) => ( ( 1 ) ) ) ) ',
512512
},
513513
];
514514

0 commit comments

Comments
 (0)