chore: remove unused directive

This commit is contained in:
Jiralite
2025-07-14 10:58:55 +01:00
parent 63f5261f4c
commit 7eca844f6d

View File

@@ -135,7 +135,6 @@ test('soundboardSound', () => {
});
test('makeURL throws on invalid size', () => {
// @ts-expect-error: Invalid size
expect(() => cdn.avatar(id, animatedHash, { size: 5 })).toThrow(RangeError);
});