feat(tests): Replaced toBeTruthy with toBe(true) in common_utils_spec.js
What does this MR do and why?
- This MR replaces toBeTruthy with toBe(true)
- This MR fixes #369644 (closed)
Screenshots or screen recordings
How to set up and validate locally
yarn
yarn jest spec/frontend/lib/utils/common_utils_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.