Skip to content

Commit

Permalink
Fix integration test ACE Editor mock
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldbarendse authored and Zeegaan committed Jul 20, 2022
1 parent fabb49f commit d280650
Showing 1 changed file with 2 additions and 1 deletion.
@@ -1,4 +1,4 @@
(function() {
(function() {
"use strict";

describe("templates editor controller",
Expand Down Expand Up @@ -26,6 +26,7 @@
getCursorPosition: function() {},
getValue: function() {},
setValue: function() {},
setReadOnly: function () { },
focus: function() {},
clearSelection: function() {},
navigateFileStart: function() {},
Expand Down

0 comments on commit d280650

Please sign in to comment.