| 1 | import type {UserSettings} from '../../../src/definitions'; |
| 2 | import {isURLEnabled, isURLMatched, isPDF, getURLHostOrProtocol, getAbsoluteURL} from '../../../src/utils/url'; |
| 3 | |
| 4 | it('URL is enabled', () => { |
nothing calls this directly
no test coverage detected