Fix a few out-of-order test results.

This commit is contained in:
Logan Smyth 2018-05-12 19:09:10 -07:00
parent 5fb3696955
commit 442ead701c
3 changed files with 18 additions and 18 deletions

View File

@ -81,4 +81,4 @@
],
"directives": []
}
}
}

View File

@ -114,4 +114,4 @@
],
"directives": []
}
}
}

View File

@ -71,6 +71,21 @@
"column": 11
}
},
"typeAnnotation": {
"type": "TSNumberKeyword",
"start": 2,
"end": 8,
"loc": {
"start": {
"line": 1,
"column": 2
},
"end": {
"line": 1,
"column": 8
}
}
},
"expression": {
"type": "Identifier",
"start": 10,
@ -88,21 +103,6 @@
},
"name": "x"
},
"typeAnnotation": {
"type": "TSNumberKeyword",
"start": 2,
"end": 8,
"loc": {
"start": {
"line": 1,
"column": 2
},
"end": {
"line": 1,
"column": 8
}
}
},
"extra": {
"parenthesized": true,
"parenStart": 0
@ -133,4 +133,4 @@
],
"directives": []
}
}
}