Component Testing Utilities
"Vue Test Utils(VTU) is the official testing utility for Vue.
It's a set of utility functions aimed to simplify testing Vue.js components. It provides some methods to mount and interact with Vue components in an isolated manner."
Vue.js Official
@vuejs