mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 03:23:29 +01:00
chore: run format
This commit is contained in:
@@ -672,7 +672,9 @@ describe('random() tests', () => {
|
||||
const chars = 'abcdefghijklmnopqrstuvwxyz';
|
||||
const numbers = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26];
|
||||
|
||||
for (let i = 0; i < chars.length; i++) coll.set(chars[i]!, numbers[i]!);
|
||||
for (let i = 0; i < chars.length; i++) {
|
||||
coll.set(chars[i]!, numbers[i]!);
|
||||
}
|
||||
|
||||
const random = coll.random(5);
|
||||
expect(random.length).toBe(5);
|
||||
|
||||
Reference in New Issue
Block a user