Enable deactivated tests, as it seems they work now

This commit is contained in:
Daniel Tschinder 2016-04-04 18:22:10 +02:00
parent 8b150813f5
commit bb6586d1e6
12 changed files with 36 additions and 23 deletions

View File

@ -233,14 +233,15 @@
"column": 42 "column": 42
} }
}, },
"body": [] "body": [],
"directives": []
} }
} }
} }
], ],
"kind": "var" "kind": "var"
} }
] ],
}, "directives": []
"comments": [] }
} }

View File

@ -143,7 +143,7 @@
], ],
"kind": "var" "kind": "var"
} }
] ],
}, "directives": []
"comments": [] }
} }

View File

@ -160,7 +160,7 @@
], ],
"kind": "var" "kind": "var"
} }
] ],
}, "directives": []
"comments": [] }
} }

View File

@ -138,13 +138,16 @@
}, },
"name": "bar" "name": "bar"
}, },
"parenthesizedExpression": true "extra": {
"parenthesized": true,
"parenStart": 10
}
} }
} }
], ],
"kind": "var" "kind": "var"
} }
] ],
}, "directives": []
"comments": [] }
} }

View File

@ -155,13 +155,16 @@
}, },
"name": "bar" "name": "bar"
}, },
"parenthesizedExpression": true "extra": {
"parenthesized": true,
"parenStart": 10
}
} }
} }
], ],
"kind": "var" "kind": "var"
} }
] ],
}, "directives": []
"comments": [] }
} }

View File

@ -169,7 +169,10 @@
}, },
"name": "bar" "name": "bar"
}, },
"parenthesizedExpression": true "extra": {
"parenthesized": true,
"parenStart": 11
}
}, },
"typeAnnotation": { "typeAnnotation": {
"type": "TypeAnnotation", "type": "TypeAnnotation",
@ -201,13 +204,16 @@
} }
} }
}, },
"parenthesizedExpression": true "extra": {
"parenthesized": true,
"parenStart": 10
}
} }
} }
], ],
"kind": "var" "kind": "var"
} }
] ],
}, "directives": []
"comments": [] }
} }