-
-
Notifications
You must be signed in to change notification settings - Fork 75
Conversation
Thanks for the pull request, @flying-sheep! I took a look to make sure it's ready for merging and found some changes are needed:
Can you please update the pull request to address these? (More information can be found in our pull request guide.) |
Thanks for the pull request, @flying-sheep! I took a look to make sure it's ready for merging and found some changes are needed:
Can you please update the pull request to address these? (More information can be found in our pull request guide.) |
LGTM |
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for this @flying-sheep! Just a quick update and then we'll get this merged.
describe("basic functionality", function() { | ||
|
||
it("should parse an empty string", function() { | ||
parser.parse(""); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add simple assertions for the resulting ASTs - they will be small enough to keep inline. I would prefer to be explicit rather than the successful test simply be the absence of an exception
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done!
and i fixed your .eslintrc
de1be29
to
a5f98ae
Compare
LGTM |
travis failure is #128 |
@JamesHenry could you approve please? |
As soon as #131 gets merged you can rebase this and we'll get it merged! Thanks a lot for your patience |
It's in! Please rebase the PR and we'll see where we're at 😄 |
LGTM |
@JamesHenry done! |
Thanks! |
great! |
check out the single change by disabling whitespace diffing