MCPcopy Create free account
hub / github.com/ionic-team/ionic-framework / mockLocation

Function mockLocation

core/src/components/router/test/path.spec.tsx:322–327  ·  view source on GitHub ↗
(pathname: string, hash: string)

Source from the content-addressed store, hash-verified

320}
321
322function mockLocation(pathname: string, hash: string): Location {
323 return {
324 pathname,
325 hash,
326 } as Location;
327}

Callers 1

path.spec.tsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected