Skip to content

Deprecate vue mount component helper

Paul Slaughter requested to merge fe-deprecate-mount-component-helper into master

What does this MR do?

These test helpers should no longer be used (we should be using @vue/test-utils). This MR:

  • Adds deprecated comments to the functions
  • Lets the Karma spec file import/export from Jest so that Jest is the SSOT.
Edited by Paul Slaughter

Merge request reports