Skip to content

Replaced usage of toBeTruthy with toBe(true)

What does this MR do and why?

  • Replaced usage of toBeTruthy with toBe(true) in spec/frontend/ide/lib/diff/diff_spec.js

  • Resolves the issue

Screenshots or screen recordings

Screenshot_2022-08-08_at_8.31.32_PM

How to set up and validate locally

  1. Inside gitlab directory
    yarn jest spec/frontend/ide/lib/diff/diff_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.

Related to #369683 (closed)

Edited by Shreedhar Bhat

Merge request reports