| 73 | |
| 74 | it('throws when used on class component', () => { |
| 75 | class MyComp extends Vue { |
| 76 | message = 'from component' |
| 77 | render() { |
| 78 | return h('div', this.message) |
| 79 | } |
| 80 | } |
| 81 | |
| 82 | expect(() => |
| 83 | mount(MyComp, { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…