(patch = {})
| 130 | } |
| 131 | |
| 132 | export function _resetRuntimeConfigForTests(patch = {}) { |
| 133 | _state = deepMerge(structuredClone(DEFAULTS), patch); |
| 134 | return getRuntimeConfig(); |
| 135 | } |
| 136 | |
| 137 | export function getExperimental() { |
| 138 | return { ...(_state.experimental || {}) }; |
no test coverage detected