Resolve "Fix `spec/frontend/content_editor/components/wrappers/code_block_spec.js`"
requested to merge 483193-fix-spec-frontend-content_editor-components-wrappers-code_block_spec-js into master
What does this MR do and why?
Close #483193
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Run the spec in Vue 2 and Vue 3 mode:
yarn jest app/assets/javascripts/content_editor/components/wrappers/code_block.vue
VUE_VERSION=3 yarn jest app/assets/javascripts/content_editor/components/wrappers/code_block.vue
Edited by Vanessa Otto