MCPcopy 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

1import { isUrl, getRouteAuthority } from './utils';
2describe('isUrl tests', () => {
3 it('should return false for invalid and corner case inputs', () => {
4 expect(isUrl([])).toBeFalsy();

Callers

nothing calls this directly

Calls 3

isUrlFunction · 0.90
getRouteAuthorityFunction · 0.90
itFunction · 0.50

Tested by

no test coverage detected