-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Few fixed related to marko support #3609
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3609 +/- ##
=======================================
Coverage 40.02% 40.02%
=======================================
Files 481 481
Lines 5254 5254
Branches 862 862
=======================================
Hits 2103 2103
Misses 2634 2634
Partials 517 517 Continue to review full report at Codecov.
|
@@ -1,2 +1,2 @@ | |||
import '@storybook/addon-actions/register'; | |||
import '@storybook/addon-links/register'; | |||
import '@storybook/addon-knobs/register'; |
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.
You need to add it as dependency in MARKO/index.js
then
Please run yarn test --cli --update
after that
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.
Done 👍
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.
Please also commit the new files in snapshots/marko/components
(git add -A
should help)
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.
Yes, snapshots files are part of PR.
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.
Great work
Released as |
Issue:
What I did
How to test
Is this testable with Jest or Chromatic screenshots?
Not sure
Does this need a new example in the kitchen sink apps?
Added new example.
Does this need an update to the documentation?
No