()
| 212 | }; |
| 213 | |
| 214 | const initConfiguration = () => { |
| 215 | if (typeof document === "undefined" || initialized) { |
| 216 | return; |
| 217 | } |
| 218 | |
| 219 | resetConfiguration(); |
| 220 | |
| 221 | initialized = true; |
| 222 | }; |
| 223 | |
| 224 | /** |
| 225 | * Internaly exposed method to enable configurations in tests. |
no test coverage detected
searching dependent graphs…