* Returns the parsed config.json data. * In contrast with getConfig which returns merged settings. * * @returns {Promise }
()
| 257 | * @returns {Promise<Object>} |
| 258 | */ |
| 259 | async getRawConfig() { |
| 260 | return parseJsonFile(this.configPath); |
| 261 | } |
| 262 | |
| 263 | /** |
| 264 | * Returns the parsed schema.json data |
no test coverage detected