Skip to content

Commit 7eca844

Browse files
committed
chore: remove unused directive
1 parent 63f5261 commit 7eca844

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/rest/__tests__/CDN.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ test('soundboardSound', () => {
135135
});
136136

137137
test('makeURL throws on invalid size', () => {
138-
// @ts-expect-error: Invalid size
139138
expect(() => cdn.avatar(id, animatedHash, { size: 5 })).toThrow(RangeError);
140139
});
141140

0 commit comments

Comments
 (0)