mirror of
https://github.com/selfxyz/self.git
synced 2026-02-19 02:24:25 -05:00
add discord and update telegram links (#1471)
This commit is contained in:
@@ -29,8 +29,11 @@ describe('links', () => {
|
||||
|
||||
describe('Critical URL validation', () => {
|
||||
it('should have correct Telegram URL', () => {
|
||||
// This test would have caught the wrong Telegram URL bug!
|
||||
expect(links.telegramUrl).toBe('https://t.me/selfprotocolbuilder');
|
||||
expect(links.telegramUrl).toBe('https://t.me/selfxyz');
|
||||
});
|
||||
|
||||
it('should have correct Discord URL', () => {
|
||||
expect(links.discordUrl).toBe('https://discord.gg/selfxyz');
|
||||
});
|
||||
|
||||
it('should have correct GitHub URL', () => {
|
||||
|
||||
Reference in New Issue
Block a user