| 14 | |
| 15 | declare module '../../src/vueWrapper' { |
| 16 | interface VueWrapper { |
| 17 | width(): number |
| 18 | $el: Element |
| 19 | myMethod(): void |
| 20 | greet: (name: string) => string |
| 21 | } |
| 22 | } |
| 23 | |
| 24 | const textValue = `I'm the innerHTML` |
no outgoing calls
no test coverage detected
searching dependent graphs…