()
| 720 | } |
| 721 | |
| 722 | export function __resetConfigStoreForTests(): void { |
| 723 | storeState.initialized = false; |
| 724 | storeState.cwd = undefined; |
| 725 | storeState.fs = undefined; |
| 726 | storeState.env = undefined; |
| 727 | storeState.overrides = undefined; |
| 728 | storeState.fileConfig = undefined; |
| 729 | storeState.resolved = { ...DEFAULT_CONFIG }; |
| 730 | } |
no outgoing calls