-
Notifications
You must be signed in to change notification settings - Fork 6
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
Split assertion tests into their own files. #304
Conversation
Run all the thrown errors through the "to throw an error satisfying" rather than some using "to error" - none of the tests require the semantics of the latter (catching promise resolution). This allows removal of a little code.
This commit ensures these tests are isolated from dependencies on other parts of the library.
Pull Request Test Coverage Report for Build 1289
💛 - Coveralls |
Thank you so much for this effort 👌❤️🎉🤙 |
@sunesimonsen @papandreou I did try to do this without a993f95, but I kept getting issues that looked like it getting confused about which test/snapshot were being compared. Added it as a means to move forward, and if we want to revisit we can do so separately. |
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.
LGTM. I'm obviously very interested to hear more about those snapshot problems? Sounds like something we really want to fix, not just to avoid that build step.
No description provided.