(nestingLvl = 2)
| 248 | } |
| 249 | |
| 250 | export function randomValue(nestingLvl = 2) { |
| 251 | --nestingLvl; |
| 252 | return selectRandom(RANDOM_VALUE_PRODUCERS)(nestingLvl); |
| 253 | } |
| 254 | |
| 255 | export function randomValidValue< |
| 256 | T extends UnitBase<any> | Action<any>, |
no test coverage detected