vue-test-utils

we should consider using the officially supported vue test utils, currently 1.0beta - https://github.com/vuejs/vue-test-utils

Benefits:

  • mount helper
  • synchronous event triggers
  • transition stubs
  • shallow component rendering (stubs out child components)
Edited by Inactive Account