Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek24 committed Oct 12, 2023
1 parent 564866e commit 639ca63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/regex/index.test.js
Expand Up @@ -36,8 +36,8 @@ describe('#isDiscordInviteLink.regex', () => {
expect(isDiscordInviteLink.regex(url)).toBe(true);
});

test('Valid Discord.gg/invite link 3', () => {
const url = 'ABCDE123>&^*%mn$v%&$^n#^$%#hb$%^h#b<https://discord.gg/invite/t6uYRKR?qwpe{r:lqfeQWECFRQ';
test('Valid DISCORD.GG/invite link 3', () => {
const url = 'ABCDE123>&^*%mn$v%&$^n#^$%#hb$%^h#b<https://DISCORD.GG/invite/t6uYRKR?qwpe{r:lqfeQWECFRQ';
expect(isDiscordInviteLink.regex(url)).toBe(true);
});
});
Expand Down

0 comments on commit 639ca63

Please sign in to comment.