refactor(ui-kit): Add tests for types#32678
Conversation
|
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #32678 +/- ##
========================================
Coverage 56.72% 56.73%
========================================
Files 2494 2498 +4
Lines 55343 55392 +49
Branches 11448 11455 +7
========================================
+ Hits 31396 31425 +29
- Misses 21247 21267 +20
Partials 2700 2700
Flags with carried forward coverage won't be shown. Click here to find out more. |
1221caa to
33c28c2
Compare
Proposed changes (including videos or screenshots)
UIKit types are not open for extension, therefore we can't use
interfacedeclarations nor enjoy the advantage of theextendsconstruct for them. This pull request add types for assert type shapes in compilation type.Issue(s)
Steps to test or reproduce
Further comments