Farmbot-Web-App/src/__test_support__/fake_state/location.ts

12 lines
281 B
TypeScript

import { Everything } from "../../interfaces";
export let location: Everything["location"] = {
pathname: "/app/designer",
/** EX: */
search: "?id=twowing-silverbell&p1=SpeciesInfo",
hash: "¯\_(ツ)_/¯",
action: "PUSH",
key: "jhedoi",
query: { query: "string" }
};