(children)
| 5620 | |
| 5621 | |
| 5622 | const makeFragment = function makeFragment(children) { |
| 5623 | const fragment = new DocumentFragment(children); |
| 5624 | sizeElementFromChildren(fragment); |
| 5625 | return fragment; |
| 5626 | }; |
| 5627 | /** |
| 5628 | * Wraps group in a span if it's a document fragment, allowing to apply classes |
| 5629 | * and styles |
no test coverage detected