-
Notifications
You must be signed in to change notification settings - Fork 35
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
Create org plan , when an org is created. #1321
Conversation
himanshudube97
commented
Nov 19, 2024
- Org plan fields added to create org form
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1321 +/- ##
==========================================
- Coverage 71.47% 71.25% -0.22%
==========================================
Files 102 102
Lines 7099 7132 +33
Branches 1557 1623 +66
==========================================
+ Hits 5074 5082 +8
+ Misses 1995 1932 -63
- Partials 30 118 +88 ☔ View full report in Codecov by Sentry. |
expect(setShowForm).toHaveBeenCalledWith(false); | ||
}); | ||
}); | ||
// it('submits the form correctly and handles the response', async () => { |
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.
did we just give up over here