| 72 | |
| 73 | it('should update Property & Attribute by watch() & attribute() decorators', async () => { |
| 74 | interface XFourthProps extends WebCellProps { |
| 75 | name?: string; |
| 76 | } |
| 77 | |
| 78 | interface XFourth extends WebCell<XFourthProps> {} |
| 79 |
nothing calls this directly
no outgoing calls
no test coverage detected