Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kazcw committed Dec 13, 2024
1 parent a6849d6 commit 3d409a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/gui/src/project-view/util/__tests__/link.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { LINKABLE_EMAIL_REGEX, LINKABLE_URL_REGEX } from '../link'

const cases = {
urls: [
'www.a.b',
'http://example.com',
'https://a.b',
'https://some.local',
Expand All @@ -19,6 +18,7 @@ const cases = {
'(a@b.cd)',
],
neither: [
'www.a.b',
'https://💩.la/',
'a.b',
'http://AsDf',
Expand Down

0 comments on commit 3d409a0

Please sign in to comment.