-
Notifications
You must be signed in to change notification settings - Fork 34
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
🎨 Assorted cleanup #137
🎨 Assorted cleanup #137
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report
@@ Coverage Diff @@
## master #137 +/- ##
==========================================
- Coverage 90.71% 90.60% -0.11%
==========================================
Files 38 38
Lines 926 926
Branches 265 264 -1
==========================================
- Hits 840 839 -1
- Misses 76 77 +1
Partials 10 10
Continue to review full report at Codecov.
|
// * line break | ||
// * needs two lines comparing to ethers and web3. Lines need to start with links that have the text Identical, Similar, or Dissimilar that link to /docs/api#isd | ||
// * Comparing lines need to have links to ethers or web3, and end with either "in ethers.js" or "in web3.js" | ||
matchDescription: |
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.
SO COOL @arimgibson 🙌
Goal of this PR was just to clean up some things so they're easier to maintain in the future. This included rewriting a test file, adding a regex pattern for documentation on
BaseProvider.ts
, and fixing some types