(nestingLvl = 2)
| 244 | } |
| 245 | |
| 246 | export function randomValues(nestingLvl = 2) { |
| 247 | return randomSelectMultiple(RANDOM_VALUE_PRODUCERS).map(gen => gen(nestingLvl)); |
| 248 | } |
| 249 | |
| 250 | export function randomValue(nestingLvl = 2) { |
| 251 | --nestingLvl; |
no test coverage detected