Skip to content

Commit

Permalink
feat: 🚀 unit test of express arrow function and expression with paren
Browse files Browse the repository at this point in the history
  • Loading branch information
TyrealHu committed Feb 28, 2023
1 parent ffbc4ee commit e77b2e9
Show file tree
Hide file tree
Showing 4 changed files with 668 additions and 94 deletions.
24 changes: 12 additions & 12 deletions __test__/__snapshot__/class/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6823,8 +6823,8 @@ const ClassTypeSnapshot = {
},
'end': {
'line': 9,
'column': 32,
'index': 179
'column': 31,
'index': 178
}
},
'typeAnnotation': {
Expand All @@ -6839,8 +6839,8 @@ const ClassTypeSnapshot = {
},
'end': {
'line': 9,
'column': 32,
'index': 179
'column': 31,
'index': 178
}
},
'typeName': {
Expand All @@ -6855,8 +6855,8 @@ const ClassTypeSnapshot = {
},
'end': {
'line': 9,
'column': 32,
'index': 179
'column': 31,
'index': 178
}
},
'name': 'Person'
Expand Down Expand Up @@ -7495,8 +7495,8 @@ const ClassTypeSnapshot = {
},
'end': {
'line': 17,
'column': 29,
'index': 352
'column': 27,
'index': 350
}
},
'typeAnnotation': {
Expand All @@ -7511,8 +7511,8 @@ const ClassTypeSnapshot = {
},
'end': {
'line': 17,
'column': 29,
'index': 352
'column': 27,
'index': 350
}
},
'typeName': {
Expand All @@ -7527,8 +7527,8 @@ const ClassTypeSnapshot = {
},
'end': {
'line': 17,
'column': 29,
'index': 352
'column': 27,
'index': 350
}
},
'name': 'Person'
Expand Down
Loading

0 comments on commit e77b2e9

Please sign in to comment.