| 1 | import EncryptFrame from '../../../src/content-scripts/encryptFrame'; |
| 2 | import * as l10n from '../../../src/lib/l10n'; |
| 3 | import {FRAME_STATUS, FRAME_ATTACHED, FRAME_DETACHED} from '../../../src/lib/constants'; |
| 4 |
nothing calls this directly
no test coverage detected