Deprecate vue mount component helper
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