-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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: Tabs #13941
test: Tabs #13941
Conversation
Codecov Report
@@ Coverage Diff @@
## master #13941 +/- ##
==========================================
+ Coverage 76.54% 77.93% +1.39%
==========================================
Files 934 935 +1
Lines 47393 47375 -18
Branches 5964 5964
==========================================
+ Hits 36276 36923 +647
+ Misses 10939 10295 -644
+ Partials 178 157 -21
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
}), | ||
); | ||
|
||
const creteProps = () => ({ |
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.
spelling nit: createProps
Also why does this need to be a function. There are no paramerters being passed in or reassignments. Does it make sense to make this an object.
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.
Fixed!
We talked about this in another PR: #13753 (comment)
/testenv up |
superset-frontend/src/dashboard/components/gridComponents/Tabs.test.tsx
Outdated
Show resolved
Hide resolved
….test.tsx Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
@junlincc Ephemeral environment spinning up at http://52.38.130.102:8080. Credentials are |
Ephemeral environment shutdown and build artifacts deleted. |
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.
LGTG!
* Test for Tabs component * Fix: "creteProps" to "createProps" * Update superset-frontend/src/dashboard/components/gridComponents/Tabs.test.tsx Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com> Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
* Test for Tabs component * Fix: "creteProps" to "createProps" * Update superset-frontend/src/dashboard/components/gridComponents/Tabs.test.tsx Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com> Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
SUMMARY
Test for Tabs component