-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: Moves the test utils generation script to this repo #77
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #77 +/- ##
===========================================
- Coverage 95.75% 84.68% -11.08%
===========================================
Files 6 10 +4
Lines 283 333 +50
Branches 65 69 +4
===========================================
+ Hits 271 282 +11
- Misses 12 48 +36
- Partials 0 3 +3 ☔ View full report in Codecov by Sentry. |
55ccd6b
to
98b36f6
Compare
98b36f6
to
8f3e6af
Compare
*/ | ||
export function getComponentMetadata(componentName: string) { | ||
return ${buildComponentsMetadataMap(components)}[componentName]; | ||
} |
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.
The above function is the only one that is new. Everything else is just transferred from other repos.
Description of changes:
Centralizes the logic repeated in these four files:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Issue #, if available:
Will be followed by PRs:
Related API Proposal: Test utils component finder generator