-
Notifications
You must be signed in to change notification settings - Fork 4.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
Query Block: Add tests for getValueFromObjectPath()
util
#48956
Conversation
Size Change: 0 B Total Size: 1.34 MB ℹ️ View Unchanged
|
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 👍🏻
Flaky tests detected in 9e37c2e. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4374138210
|
What?
This PR adds some tests to the
getValueFromObjectPath()
utility function, as suggested in #48491 (comment).Why?
Just some additional test coverage.
How?
We're just adding some tests.
Testing Instructions
Verify tests pass:
npm run test:unit packages/block-library/src/query
Testing Instructions for Keyboard
None
Screenshots or screencast
None