it('should be called for each child in an iterable without keys', () => {
        const threeDivIterable = {
            '@@iterator': function () {
                let i = 0;
                return {