| 1 | import {expect, sinon} from 'test'; |
| 2 | import {GNUPG_KEYRING_ID} from 'lib/constants'; |
| 3 | /* eslint-disable-next-line no-unused-vars */ |
| 4 | import {init} from 'modules/keyring'; // imported to circumvent circular dependency |
nothing calls this directly
no test coverage detected