| 69 | |
| 70 | it('custom props interface', () => { |
| 71 | interface IPropsType { |
| 72 | b: string |
| 73 | } |
| 74 | const App = defineComponent<IPropsType>({ |
| 75 | props: { |
| 76 | b: {}, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…