-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Support custom semantic domains ending in 0 #3081
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3081 +/- ##
==========================================
- Coverage 84.16% 74.82% -9.34%
==========================================
Files 47 277 +230
Lines 4925 10622 +5697
Branches 587 1270 +683
==========================================
+ Hits 4145 7948 +3803
- Misses 637 2310 +1673
- Partials 143 364 +221
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
… into sem-dom-custom
I think this variable needs renaming to capture its use. |
This feels like it is getting too far past the unit, into the specifics of the implementation. |
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.
Reviewable status: 0 of 34 files reviewed, all discussions resolved (waiting on @imnasnainaec)
src/components/TreeView/tests/utilities.test.ts
line 59 at r2 (raw file):
Previously, jasonleenaylor (Jason Naylor) wrote…
This feels like it is getting too far past the unit, into the specifics of the implementation.
Are the types of calls made to find the parent an implementation detail, or critical to the methods correct behavior?
Somewhat implementation detail. I mocked out those functions to better test method behavior.
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.
Reviewed 1 of 6 files at r1, 33 of 33 files at r2, 4 of 4 files at r3, 1 of 1 files at r4, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @imnasnainaec)
Resolves #741
This change is