Closed akiomik closed 4 years ago
This replaces const mount(App, ...) with const wrapper = mount(App, ...)
const mount(App, ...)
const wrapper = mount(App, ...)
Thanks!
This replaces
const mount(App, ...)
withconst wrapper = mount(App, ...)