| 581 | |
| 582 | it('does not lose non integer keys of an array', () => { |
| 583 | interface IHasTop { |
| 584 | top: number; |
| 585 | } |
| 586 | const state = { items: [ |
| 587 | { name: 'Superman', strength: 1000 }, |
| 588 | { name: 'Jim', strength: 2 }, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…