feat(tests): Replaced usage of toBeTruthy with toBeDefined in item_title_spec.js
What does this MR do and why?
- This MR replaces the usage of toBeTruthy with toBeDefined
- This MR fixes #369825 (closed)
Screenshots or screen recordings
How to set up and validate locally
yarn
yarn jest spec/frontend/work_items/components/item_title_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.