mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
fix(tests): fix typescripts errors
This commit is contained in:
@@ -43,7 +43,7 @@ Deno.test({
|
||||
limit: 2,
|
||||
});
|
||||
// Check if getMessages has worked
|
||||
assertEquals(fetchedMessages.length, 2);
|
||||
assertEquals(fetchedMessages?.length, 2);
|
||||
},
|
||||
...defaultTestOptions,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user