feat: add randomInt
and randomFloat
functions
#99
Annotations
5 errors
tests/random/randomNumber.test.ts#L5
AssertionError: expected NaN to be undefined // Object.is equality
- Expected:
undefined
+ Received:
NaN
❯ tests/random/randomNumber.test.ts:5:30
|
src/random/shuffle.ts#L9
TypeError: random is not a function
❯ Module.shuffle src/random/shuffle.ts:9:17
❯ tests/random/shuffle.test.ts:6:22
|
src/random/shuffle.ts#L9
TypeError: random is not a function
❯ Module.shuffle src/random/shuffle.ts:9:17
❯ tests/random/shuffle.test.ts:12:22
|
src/random/shuffle.ts#L9
TypeError: random is not a function
❯ Module.shuffle src/random/shuffle.ts:9:17
❯ tests/random/shuffle.test.ts:18:22
|
|
The logs for this run have expired and are no longer available.
Loading