| 1 | import EditorController from '../../../src/controller/editor.controller'; |
| 2 | import {prefs} from '../../../src/modules/prefs'; |
| 3 | import * as l10n from '../../../src/lib/l10n'; |
| 4 | import {createMockPort} from '../__mocks__/port'; |
nothing calls this directly
no test coverage detected