()
| 49 | it('extends wrappers with the return values from the install function', () => { |
| 50 | const width = 230 |
| 51 | const plugin = () => ({ width }) |
| 52 | config.plugins.VueWrapper.install(plugin) |
| 53 | const wrapper = mountComponent() |
| 54 | expect(wrapper).toHaveProperty('width', width) |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…