()
| 224 | } |
| 225 | |
| 226 | async _createConfigurationFromShim() { |
| 227 | const config = this._applyProjectShims(); |
| 228 | if (config) { |
| 229 | this._normalizeConfig(config); |
| 230 | return config; |
| 231 | } |
| 232 | } |
| 233 | |
| 234 | _applyProjectShims(config = {}) { |
| 235 | if (!this._projectConfigShims) { |
no test coverage detected