Skip to content

chore(vue3): fix storyshots in vue3 mode

Illya Klymov requested to merge xanf-fix-vue3-storyshots into main

What does this MR do?

This MR fixes Many storyshots fail to run at all with @vue/co... (#2200 - closed)

Unfortunately, storyshots use quite ugly approach to talk to storybook, so we need to apply same hack from .storyshots/main.js to jest also

Does this MR meet the acceptance criteria?

Conformity

  • Code review guidelines.
  • GitLab UI's contributing guidlines.
  • If it changes a Pajamas-compliant component's look & feel, the MR has been reviewed by a UX designer.
  • If it changes GitLab UI's documentation guidelines, the MR has been reviewed by a Technical Writer.
  • If the MR changes a component's API, integration MR(s) have been opened in the following projects to ensure that the @gitlab/ui package can be upgraded quickly after the changes are released:
  • Added the ~"component:*" label(s) if applicable.

Merge request reports