Skip to content

Fix vue 3 jest spec failure for deploy freeze table

Lorenz van Herwaarden requested to merge fix-vue-3-deploy-freeze-table-spec into master

What does this MR do and why?

Related &11740

Related #480300 (closed)

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

How to set up and validate locally

  1. Run VUE_VERSION=3 yarn spec/frontend/deploy_freeze/components/deploy_freeze_table_spec.js --watch
  2. Checkout branch
  3. Run VUE_VERSION=3 yarn jest spec/frontend/deploy_freeze/components/deploy_freeze_table_spec.js --watch
  4. Run VUE_VERSION=2 yarn jest spec/frontend/deploy_freeze/components/deploy_freeze_table_spec.js --watch
Edited by Lorenz van Herwaarden

Merge request reports

Loading