(key: string, value: string|number|boolean)
| 131 | } |
| 132 | |
| 133 | static set(key: string, value: string|number|boolean): void { |
| 134 | this.testConfig.set(key, value); |
| 135 | } |
| 136 | |
| 137 | static remove(key: string): void { |
| 138 | this.testConfig.delete(key); |
no outgoing calls