-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
fix(MCap): Remove robustness when robustness value is default #4953
fix(MCap): Remove robustness when robustness value is default #4953
Conversation
Incremental code coverage: 100.00% |
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.
A regression test would be really good to have for this. This is exactly the sort of thing someone could easily "clean up" to be helpful.
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.
Looks like this does not work on Firefox or Safari for some reason.
@joeyparrish The tests are failing, I'm investigating why. There are a problem with MCap polyfill |
cdd6c81
to
2e9e2a7
Compare
2e9e2a7
to
2734699
Compare
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. Are you planning to add a regression test still? If so, I'll come back to review it again then.
@joeyparrish At the moment, I believe that the current tests cover the necessary cases. |
Fixes #4659