ran npm run tester -> logged invertKeyValues test are invalid
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
const randomIntArrayInRange = (min, max, n = 1) =>
|
||||
Array.from({ length: n }, () => Math.floor(Math.random() * (max - min + 1)) + min);
|
||||
module.exports = randomIntArrayInRange
|
||||
module.exports = randomIntArrayInRange
|
||||
Reference in New Issue
Block a user