-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
New import export json action test #4225
Conversation
@kobe1104 some conflicts |
* New form API and associated form controls * Actions updated to use new form API. Co-authored-by: Jamie V <[email protected]> Co-authored-by: charlesh88 <[email protected]>
225809f
to
1c7f38f
Compare
Codecov Report
@@ Coverage Diff @@
## master #4225 +/- ##
==========================================
+ Coverage 57.06% 57.23% +0.17%
==========================================
Files 718 718
Lines 22771 22771
Branches 1653 1653
==========================================
+ Hits 12994 13034 +40
+ Misses 9360 9320 -40
Partials 417 417
Continue to review full report at Codecov.
|
c4fd88c
to
fde9c5b
Compare
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.
Half of the tests are arrow functions and half are regular ole functions. Can we pick one for all?
A comment, not a request. I'm not sure I understand what the difference between these tests are, ExportAsJSONAction exports object from tree
, can export self-containing objects
.
Some inline comments. Looking good.
4eef0fc
to
8e22a72
Compare
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
Reviewer Checklist
Changes appear to address issue? | Y |
Appropriate unit tests included? | Y |
Code style and in-line documentation are appropriate? | Y |
Commit messages meet standards? | Y |
Has associated issue been labelled unverified ? |
Y |
Resolves:
resolves: #4558
All Submissions:
Author Checklist