Skip to content

Migrate operations specs to Jest + VTU

Paul Gascou-Vaillancourt requested to merge migrate-operations-specs into master

What does this MR do?

This MR migrates some Karma specs to Jest & Vue Test Utils. Affected specs have the following criteria:

  • They test some tooltip-related behavior
  • They reside in the ee/spec/javascripts/operations/ directory

We migrate those specs to lay the groundwork for upgrading bootstrap-vue because BootstrapVue's tooltip component has been heavily refactored, causing several failures in our test suites. By migrating these specs to Jest & VTU, we'll be able to focus on a single approach for making our specs compatible with the new tooltip component.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Merge request reports