Skip to content

Commit

Permalink
remove old url
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocupe committed Oct 18, 2023
1 parent ded6098 commit 8e33a95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/helper/url-regex.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ describe('url-regex', () => {
expect(createUrlRegExp({}).test('livekit.com')).toBe(true);
// Invalid URLs
expect(createUrlRegExp({}).test('livekitcom')).toBe(false);
expect(createUrlRegExp({}).test('htt://livekit.com')).toBe(false);
});
});

0 comments on commit 8e33a95

Please sign in to comment.