-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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: Adds tests to the CssEditor component #13933
test: Adds tests to the CssEditor component #13933
Conversation
Codecov Report
@@ Coverage Diff @@
## master #13933 +/- ##
==========================================
- Coverage 77.83% 76.38% -1.45%
==========================================
Files 934 935 +1
Lines 47320 47372 +52
Branches 5913 5950 +37
==========================================
- Hits 36831 36185 -646
- Misses 10346 11008 +662
- Partials 143 179 +36
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@@ -33,7 +33,6 @@ const propTypes = { | |||
const defaultProps = { | |||
initialCss: '', | |||
onChange: () => {}, | |||
templates: [], |
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.
I'm curious to why this was removed?
@@ -33,7 +33,6 @@ const propTypes = { | |||
const defaultProps = { | |||
initialCss: '', | |||
onChange: () => {}, | |||
templates: [], |
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.
I'm curious to why this was removed?
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.
actually nvm, i see not needed really.
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!
SUMMARY
Adds tests to the
CssEditor
component.TEST PLAN
1 - Execute
CssEditor
tests2 - All tests should pass
@rusackas @junlincc
ADDITIONAL INFORMATION