-
Setting Error: fc.integer maximum value should be equal or greater than the minimum one Or is there a way to generate multiple arbitraries without using |
Beta Was this translation helpful? Give feedback.
Answered by
peterhirn
Aug 16, 2023
Replies: 1 comment
-
Never mind, it works as expected. fc.sample(fc.uint8Array({ minLength: 50, maxLength: 50 })).map((array) =>
console.log(array.length)
) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dubzzz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Never mind, it works as expected.