We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d68a7 commit cf6999dCopy full SHA for cf6999d
src/autocomplete_test.js
@@ -58,7 +58,7 @@ module.exports = {
58
editor.container.remove();
59
editor = null;
60
}
61
- },/*
+ },
62
"test: highlighting in the popup": function (done) {
63
var editor = initEditor("\narraysort alooooooooooooooooooooooooooooong_word");
64
// editor.container.style.width = "500px";
@@ -1124,7 +1124,7 @@ module.exports = {
1124
function isLoading() {
1125
return completer.popup.renderer.container.classList.contains("ace_loading");
1126
1127
- },*/
1128
"test: if there is very long ghost text, popup should be rendered at the bottom of the editor container": function(done) {
1129
var editor = initEditor("hello world\n");
1130
0 commit comments