()
| 119 | }; |
| 120 | |
| 121 | const getFormatSettings = () => { |
| 122 | initConfiguration(); |
| 123 | return initialConfig.formatSettings; |
| 124 | }; |
| 125 | |
| 126 | const booleanMapping = new Map(); |
| 127 | booleanMapping.set("true", true); |
no test coverage detected
searching dependent graphs…