[incremental search] fixing require in test for async
This commit is contained in:
parent
20ff66cf04
commit
f6ba62083e
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ module.exports = {
|
|||
},
|
||||
|
||||
"test: extend selection in emacs mark mode" : function() {
|
||||
var emacs = require('ace/keyboard/emacs');
|
||||
var emacs = require('./keyboard/emacs');
|
||||
editor.keyBinding.addKeyboardHandler(emacs.handler);
|
||||
emacs.handler.commands.setMark.exec(editor);
|
||||
iSearch.activate(editor);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue