()
| 126 | load(); |
| 127 | |
| 128 | export function getRuntimeConfig() { |
| 129 | return structuredClone(_state); |
| 130 | } |
| 131 | |
| 132 | export function _resetRuntimeConfigForTests(patch = {}) { |
| 133 | _state = deepMerge(structuredClone(DEFAULTS), patch); |
no outgoing calls
no test coverage detected