{
  "version": 3,
  "sources": ["../../src/__mocks__/utils/mockWindowHistory.ts"],
  "sourcesContent": ["export const mockWindowHistory = () => {\n  if (!window) {\n    return;\n  }\n\n  const history = window.history;\n\n  // @ts-ignore\n  delete window.history;\n\n  // @ts-ignore\n  window.history = Object.defineProperties(\n    {},\n    {\n      ...Object.getOwnPropertyDescriptors(history),\n      pushState: {\n        configurable: true,\n        value: jest.fn()\n      }\n    }\n  );\n};\n"],
  "mappings": "AAAO,IAAMA,EAAoB,IAAM,CACrC,GAAI,CAAC,OACH,OAGF,IAAMC,EAAU,OAAO,QAGvB,OAAO,OAAO,QAGd,OAAO,QAAU,OAAO,iBACtB,CAAC,EACD,CACE,GAAG,OAAO,0BAA0BA,CAAO,EAC3C,UAAW,CACT,aAAc,GACd,MAAO,KAAK,GAAG,CACjB,CACF,CACF,CACF",
  "names": ["mockWindowHistory", "history"]
}
