eddyerburgh / jest-serializer-vue

Jest Serializer for Vue components
MIT License
62 stars 22 forks source link

Meaningful router to value in snapshot #12

Closed adelura closed 5 years ago

adelura commented 5 years ago

Hi,

any idea how I could make such output in the snapshot?

<routerlink-stub to="{ to: "home" }">Home</routerlink-stub>

That is the current behaviour.

<routerlink-stub to="[object Object]">Home</routerlink-stub>
eddyerburgh commented 5 years ago

There is a feature request for this in Vue Test Utils—https://github.com/vuejs/vue-test-utils/issues/891