test unseen behavior
This commit is contained in:
@@ -70,6 +70,6 @@ function randomString(length: number): string {
|
||||
return result;
|
||||
}
|
||||
|
||||
function randomInt(length: number): number {
|
||||
export function randomInt(length: number): number {
|
||||
return parseInt((Math.random() * Math.pow(10, length)).toFixed());
|
||||
}
|
||||
Reference in New Issue
Block a user