test
parent
486ef51863
commit
cf8d0417fb
|
@ -18,6 +18,8 @@ const events: ArrayLike<any> | null | undefined = [];
|
|||
for (let i = 1; i <= 100; i++) {
|
||||
const randomUrlIndex = Math.floor(Math.random() * baseUrls.length);
|
||||
|
||||
// test
|
||||
|
||||
events.push({
|
||||
id: i,
|
||||
url: baseUrls[randomUrlIndex],
|
||||
|
|
Reference in New Issue