()
| 6287 | |
| 6288 | QUnit.module('Coverage - reachable branches', { |
| 6289 | beforeEach() { |
| 6290 | DOMPurify.clearConfig(); |
| 6291 | }, |
| 6292 | afterEach() { |
| 6293 | DOMPurify.removeAllHooks(); |
| 6294 | DOMPurify.clearConfig(); |
nothing calls this directly
no test coverage detected