Skip to content

Resolve "Fix `spec/frontend/content_editor/components/wrappers/code_block_spec.js`"

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

Merge request reports

Loading