-
Notifications
You must be signed in to change notification settings - Fork 27k
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
add test coverage #244
Comments
Sounds great. And a badge! |
And I'd like to see some test cases as well. How about some unit tests for specially stuff in the lib directory? |
@rauchg would you be open to using I have a slight preference for |
@bcoe I tend to use |
omg this is so beautiful I want to cry 😭 |
Opened #278 to raise the observation that, besides performance, Jest has built-in test coverage. |
@sedubois Jest uses
any ways, I would happily help write some more tests, but my personal preference would be to stick with AVA right now and to get some more tests written; rather than swapping technologies. @sindresorhus can you speak the the advantages/disadvantages of using AVA vs. Jest for testing a react application, I was reading this document on the technical considerations: https://github.com/avajs/ava/blob/master/docs/recipes/react.md |
This tweet makes sense https://twitter.com/sindresorhus/status/774244618057555970 |
I also like to move into Jest. Since we don't have many tests, it's better to decide this soon and work on actually writing tests. |
I would love to help add test coverage to this repo, using
nyc
and potentiallybabel-plugin-istanbul
. Would you accept a pull request for this?The text was updated successfully, but these errors were encountered: