eddyerburgh / jest-serializer-vue

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

Bug in the Readme #14

Closed aantipov closed 4 years ago

aantipov commented 5 years ago

There is an example in the Readme:

import { shallow } from '@vue/test-utils'

shallow should be changed to shallowMount, because there is no shallow in @vue/test-utils

eddyerburgh commented 5 years ago

Thanks for the report, would you like to make a PR with your suggested change?

TheJaredWilcurt commented 4 years ago

This can be closed.