Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Linen-dev/linen.dev
/ url.test.ts
File
url.test.ts
packages/utilities/src/url.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ stripProtocol, normalizeUrl, cleanUpUrl, getThreadUrl } from
'./url'
;
2
3
describe(
'cleanUpUrl'
, () => {
4
test(
'clean up customDomain'
, () => {
Callers
nothing calls this directly
Calls
5
cleanUpUrl
Function · 0.90
stripProtocol
Function · 0.90
normalizeUrl
Function · 0.90
getThreadUrl
Function · 0.90
test
Function · 0.85
Tested by
no test coverage detected