Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/darkreader/darkreader
/ url.tests.ts
File
url.tests.ts
tests/unit/utils/url.tests.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{indexURLTemplateList, isPDF, isURLInIndexedList, isURLMatched} from
'../../../src/utils/url'
;
2
3
describe(
'Domain utilities'
, () => {
4
test(
'URL match'
, () => {
Callers
nothing calls this directly
Calls
4
isURLMatched
Function · 0.90
isPDF
Function · 0.90
indexURLTemplateList
Function · 0.90
isURLInIndexedList
Function · 0.90
Tested by
no test coverage detected