()
| 162 | |
| 163 | describe('removeChild', () => { |
| 164 | function removeChild() { |
| 165 | par2.removeChild(par); |
| 166 | } |
| 167 | |
| 168 | it('removing a tutorial that is not a child silently passes', () => { |
| 169 | const n = par2.children.length; |
nothing calls this directly
no test coverage detected
searching dependent graphs…