Browse Source

Fix keymaps tests

pull/3411/head
Artur Arseniev 5 years ago
parent
commit
55ef60362c
  1. 3
      test/specs/keymaps/index.js

3
test/specs/keymaps/index.js

@ -8,8 +8,9 @@ describe('Keymaps', () => {
let editor;
beforeEach(() => {
editor = Editor().init();
editor = Editor({ keymaps: { defaults: [] } }).init();
em = editor.getModel();
em.loadOnStart();
obj = editor.Keymaps;
});

Loading…
Cancel
Save