Skip to content

Commit cf6999d

Browse files
authoredNov 30, 2023
fix: autocomplete tests (#5407)
Restore accidentally commented out tests
1 parent 94d68a7 commit cf6999d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/autocomplete_test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ module.exports = {
5858
editor.container.remove();
5959
editor = null;
6060
}
61-
},/*
61+
},
6262
"test: highlighting in the popup": function (done) {
6363
var editor = initEditor("\narraysort alooooooooooooooooooooooooooooong_word");
6464
// editor.container.style.width = "500px";
@@ -1124,7 +1124,7 @@ module.exports = {
11241124
function isLoading() {
11251125
return completer.popup.renderer.container.classList.contains("ace_loading");
11261126
}
1127-
},*/
1127+
},
11281128
"test: if there is very long ghost text, popup should be rendered at the bottom of the editor container": function(done) {
11291129
var editor = initEditor("hello world\n");
11301130

0 commit comments

Comments
 (0)
Please sign in to comment.