* Check if the variation exists * @returns {boolean}
(variationIndex)
| 184 | * @returns {boolean} |
| 185 | */ |
| 186 | async variationExists(variationIndex) { |
| 187 | return inRange(variationIndex, 0, await this.getVariationCount()); |
| 188 | } |
| 189 | |
| 190 | /** |
| 191 | * Check if the config.json file exists |
no test coverage detected