Skip to content
This repository has been archived by the owner on May 19, 2018. It is now read-only.

Commit

Permalink
Merge pull request #16 from danez/enable-tests
Browse files Browse the repository at this point in the history
Enable deactivated tests
  • Loading branch information
sebmck authored Jun 20, 2016
2 parents 8977d8c + bb6586d commit 92d45c3
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,14 +233,15 @@
"column": 42
}
},
"body": []
"body": [],
"directives": []
}
}
}
],
"kind": "var"
}
]
},
"comments": []
],
"directives": []
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
],
"kind": "var"
}
]
},
"comments": []
],
"directives": []
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
],
"kind": "var"
}
]
},
"comments": []
],
"directives": []
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,16 @@
},
"name": "bar"
},
"parenthesizedExpression": true
"extra": {
"parenthesized": true,
"parenStart": 10
}
}
}
],
"kind": "var"
}
]
},
"comments": []
],
"directives": []
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,16 @@
},
"name": "bar"
},
"parenthesizedExpression": true
"extra": {
"parenthesized": true,
"parenStart": 10
}
}
}
],
"kind": "var"
}
]
},
"comments": []
],
"directives": []
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,10 @@
},
"name": "bar"
},
"parenthesizedExpression": true
"extra": {
"parenthesized": true,
"parenStart": 11
}
},
"typeAnnotation": {
"type": "TypeAnnotation",
Expand Down Expand Up @@ -201,13 +204,16 @@
}
}
},
"parenthesizedExpression": true
"extra": {
"parenthesized": true,
"parenStart": 10
}
}
}
],
"kind": "var"
}
]
},
"comments": []
],
"directives": []
}
}

0 comments on commit 92d45c3

Please sign in to comment.