Skip to content

Commit

Permalink
test: Add check for .co.uk domain detection
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Dec 16, 2024
1 parent 0901997 commit 8ed1554
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/util/bluesky-facets.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ function normalizeProtocol(uri) {
describe("detectFacets()", () => {
[
"https://example.com",
"https://example.co.uk/path",
"http://test.org/path",
"https://subdomain.example.net/path/to/resource",
"http://example.com?query=string",
Expand Down

0 comments on commit 8ed1554

Please sign in to comment.