-
Notifications
You must be signed in to change notification settings - Fork 0
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
tests : Add tests for CoreSeparator
block.
#24
Conversation
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.
- Address the feedback.
- Update the PR description to match the format used in tests: Add tests for
CoreHeading
block #10 - Add a changeset (by waiting you're forcing me to review this PR again once you add it)
General Notes (cc @ashutoshgautams )
- If you think a PR is "ready for review", then mark it Ready for Review. Reserve Draft status for PRs you're actively working on but are looking for interim feedback on.
- Unless your PR is doing multiple things (ps: it shouldn't), consider squashing your commits into a single one before opening the PR. Commits of you fixing your own unreviewed code are just noise, and clutter the commit history. (Once you iterating based on code review or creating a child branch dependent on the parent one, that's when you stop cleaning up your commit history to avoid merge conflicts).
Core Separator
block.CoreSeparator
block.
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.
Test looks good 🙌 still needs a changeset and PR description update before it can be opened upstream.
Mark this ready for review
and rerequest a review from me when that's 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.
@Ta5r go ahead and open a PR upstream 🙌
Tracking wpengine#294
What:
This PR backfills tests for the
CoreSeparator
block and its attributes.Tested attributes:
Untested fields:
CoreSeparatorAttributes.metadata
- @todoExposed issues:
NA