Update spec for filter item
What does this MR do and why?
This MR is a response to this comment:
This is a good example why we should use
toStrictEqual()
sparingly and favor.toMatchObject()
instead. It's not great to break unrelated tests simply because we added some non-required props with default values to a shared component.
Screenshots or screen recordings
There is no UI/UX changes to this MR
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Samantha Ming