(newHash)
| 9 | return mockHash; |
| 10 | }, |
| 11 | set(newHash) { |
| 12 | mockHash = newHash; |
| 13 | window.dispatchEvent(new HashChangeEvent('hashchange')); |
| 14 | }, |
| 15 | }); |
| 16 | Object.defineProperty(window, 'location', { |
| 17 | value: mockLocation, |
no outgoing calls
no test coverage detected