-
Notifications
You must be signed in to change notification settings - Fork 782
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
Fixes the RLP CLI #3007
Fixes the RLP CLI #3007
Conversation
Codecov Report
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more. |
Great improvement 🤩, browser tests still failing though. Guess we simply do not want to run CLI tests in the browser, right? |
🤦 I didn't even think about that. But yes, this test definitely won't run in the browser. |
I'll have to add a vitest config there and have it skip that test for |
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.
utACK
Fixes the
rlp
CLI as reported in #3006. Also adds a couple of simple CLI tests to verify that it works.