Questions tagged [vue-test-utils]

Helpers to render VueJS components in unit tests.

Toolset to make complete or shallow rendering VueJS components while writing unit tests. Can be run under Jest or Mocha test runners. See vue-test-utils.vuejs.org for details.

814 questions
0
votes
2 answers

Shallow mounting in Vue, stubs not working

I'd like to write a Jest test for a Vue component, which renders a subcomponent. The component looks like this: