-
Notifications
You must be signed in to change notification settings - Fork 56
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
test: add NumberSignal IT #2632
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2632 +/- ##
=======================================
Coverage 92.58% 92.58%
=======================================
Files 71 71
Lines 2266 2266
Branches 591 591
=======================================
Hits 2098 2098
Misses 121 121
Partials 47 47
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
LGTM but I would like to transform the class with static methods to a list of functions since it's gonna be the final implementation
packages/java/tests/spring/react-signals/frontend/helper/NumberSignalServiceWrapper.ts
Outdated
Show resolved
Hide resolved
|
Fixes #2629