| 1 | import { getDailyClientPlatform } from './func'; |
| 2 | |
| 3 | // In the test environment `TARGET_BROWSER` is unset, so `isExtension` is false |
| 4 | // and these cases exercise the web (non-extension) branches. |
nothing calls this directly
no test coverage detected