Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MankaiHuang/screen-visualization
/ utils.test.js
File
utils.test.js
src/utils/utils.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ isUrl, getRouteAuthority } from
'./utils'
;
2
describe(
'isUrl tests'
, () => {
3
it(
'should return false for invalid and corner case inputs'
, () => {
4
expect(isUrl([])).toBeFalsy();
Callers
nothing calls this directly
Calls
3
isUrl
Function · 0.90
getRouteAuthority
Function · 0.90
it
Function · 0.50
Tested by
no test coverage detected