mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 11:03:30 +01:00
test: rename incorrect test (#8596)
This commit is contained in:
@@ -31,7 +31,7 @@ describe('Button Components', () => {
|
|||||||
expect(() => buttonStyleValidator.parse(ButtonStyle.Secondary)).not.toThrowError();
|
expect(() => buttonStyleValidator.parse(ButtonStyle.Secondary)).not.toThrowError();
|
||||||
});
|
});
|
||||||
|
|
||||||
test('GIVEN invalid style THEN validator does not throw', () => {
|
test('GIVEN invalid style THEN validator does throw', () => {
|
||||||
expect(() => buttonStyleValidator.parse(7)).toThrowError();
|
expect(() => buttonStyleValidator.parse(7)).toThrowError();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user