feat(tests): Replaced toBeFalsy with toBe(false) in approval_check_popover_spec.js
What does this MR do and why?
- This MR replaces toBeFalsy with toBe(false)
- This MR fixes #369636 (closed)
Screenshots or screen recordings
How to set up and validate locally
yarn
yarn jest ee/spec/frontend/approvals/components/approval_check_popover_spec.js
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.