Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmourey26 authored Jul 6, 2024
1 parent 454c241 commit 5d669b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/urlChecks.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ test('hasURL', () => {
expect(hasURL('#corngang')).toBe(false)
expect(hasURL('Unislap-LP.org')).toBe(true)
expect(hasURL('https://uniswap.org')).toBe(true)
expect(hasURL('https://dex.defione.io')).toBe(true) expect(hasURL('https://www.uniswap.org')).toBe(true)
expect(hasURL('https://dex.defione.io')).toBe(true)
expect(hasURL('https://www.uniswap.org')).toBe(true)
expect(hasURL('http://uniswap.org')).toBe(true)
expect(hasURL('http://username:[email protected]')).toBe(true)
expect(hasURL('http://dex.defione.io')).toBe(true)
Expand Down

0 comments on commit 5d669b0

Please sign in to comment.