-
Notifications
You must be signed in to change notification settings - Fork 639
chore: Move handlers related code to a handlers folder in snaps-utils
#3289
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3289 +/- ##
==========================================
- Coverage 94.99% 94.87% -0.13%
==========================================
Files 512 517 +5
Lines 11331 11333 +2
Branches 1747 1748 +1
==========================================
- Hits 10764 10752 -12
- Misses 567 581 +14 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
All those things were not tested before, we would need to bring JSX support in |
I believe they are all tested in |
|
This PR moves the handlers related code to the
handlersfolder insnaps-utilsto debloat thehandlers.tsfile.