Closed TheSeally closed 3 years ago
Fix #283
Using crypto.randomFill in test cause that result of customAlphabet algorithm execution become unpredictable Mock crypto.randomFill implementation for checking algorithm correctness (regeneration of random values)
crypto.randomFill
customAlphabet
Thanks. I marked task as solved.
Fix #283
Using
crypto.randomFill
in test cause that result ofcustomAlphabet
algorithm execution become unpredictable Mockcrypto.randomFill
implementation for checking algorithm correctness (regeneration of random values)