-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Unit tests? ;) #414
Labels
Comments
That's a great idea! |
Will do it soon then! 👍 |
👍 |
Closed
Ok so now its deployed and working wonderfully, we only need to add more tests :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How about adding some unit tests to the project? ;) Would be nice to have view snapshot tests. This should be useful in cases when someone finds some bug in rendering. We can write a unit test which will capture how it looks like. It will reduce possible regressions in future since a lot of people are using different parts of the library (different chart types) and can fix an issue in one chart, but it will cause an issue for another one.
I'm happy to volunteer to set up test environment :) If you are ok with that, then do you have any preferences on frameworks to use?
I'd like to try to use Quick, Nimble, and Nimble-Snapshots. I haven't worked with these libs yet because we have testing set up in Obj-C at work. But these libs look promising. We can see Artsy is using them as well. Should be good :)
The text was updated successfully, but these errors were encountered: