Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding ability to work with asynchronous tests #47

Merged
merged 1 commit into from
Jun 19, 2017

Conversation

therealparmesh
Copy link
Contributor

@therealparmesh therealparmesh commented Jun 14, 2017

See Mocha's documentation on testing asynchronous code for the detailed description behind what I implemented here. Please let me know your thoughts on this!

@therealparmesh therealparmesh force-pushed the async_mocha_tests branch 3 times, most recently from f6e8eaf to e7b3d93 Compare June 15, 2017 14:13
@mthuret
Copy link
Owner

mthuret commented Jun 15, 2017

That's seems super cool. Thanks so much!

Are you using some formatter like prettier? Because the diff is a bit hard to follow :)

Also could you fix the conflict before I merge this :)

@therealparmesh
Copy link
Contributor Author

therealparmesh commented Jun 15, 2017

I'm using Prettier which I have configured to adhere to ESLint. I'll clean up the diff and fix the conflict! Thank you!

@therealparmesh therealparmesh changed the title Adding ability to work with asynchronous tests and removing invalid peer dependency Adding ability to work with asynchronous tests Jun 15, 2017
@therealparmesh
Copy link
Contributor Author

therealparmesh commented Jun 15, 2017

We're good to go! I rebased onto your updated master branch.

FYI: The invalid peer dependency issue that I attempted to fix was already fixed in a separate pull request. This was why my pull request had merge conflicts. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants