()
| 818 | |
| 819 | // So that we can stub out userAgent in tests |
| 820 | const userAgent = () => window.navigator.userAgent |
| 821 | |
| 822 | const getDocumentSearchString = () => // moved to a separate function so it can be mocked for testing |
| 823 | document.location.search |
nothing calls this directly
no outgoing calls
no test coverage detected