-
Notifications
You must be signed in to change notification settings - Fork 14.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
chore(AlteredSliceTag): Migrate to functional #27891
chore(AlteredSliceTag): Migrate to functional #27891
Conversation
672e123
to
54fbefd
Compare
/testenv up |
@eschutho Ephemeral environment spinning up at http://34.221.90.24:8080. Credentials are |
|
||
it('correctly formats filters with string values', () => { |
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.
Could we add tests for specific controls like this one? I don't see them in the refactored tests and I think they're valuable
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.
This was actually being handled but only for string filters by the AdhocFilter test. It was pretty abstract so I made it more explicit in the revision
54fbefd
to
eae1e1d
Compare
Ephemeral environment shutdown and build artifacts deleted. |
Co-authored-by: Elizabeth Thompson <[email protected]>
Co-authored-by: Elizabeth Thompson <[email protected]>
SUMMARY
Refactor component to functional and update tests
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION