mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 03:23:29 +01:00
style: cleanup tests and tsup configs
This commit is contained in:
@@ -36,5 +36,5 @@ test('no token', async () => {
|
||||
test('negative offset', () => {
|
||||
const badREST = new REST({ offset: -5000 });
|
||||
|
||||
expect(badREST.requestManager.options.offset).toBe(0);
|
||||
expect(badREST.requestManager.options.offset).toEqual(0);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user