Avoid usage of toBeTruthy/toBeFalsy in src/components/base/accordion/accordion_item.spec.js
Context
We have a frontend testing guide to avoid usage of toBeTruthy
/toBeFalsy
https://docs.gitlab.com/ee/development/testing_guide/frontend_testing.html#avoid-using-tobetruthy-or-tobefalsy which can be enforced via eslint-plugin-jest. However, before enabling the rule we need to update all instances of this usage in src/components/base/accordion/accordion_item.spec.js
Solution
Please see strategies in parent epic