Fix integration test ACE Editor mock

This commit is contained in:
Ronald Barendse
2022-07-15 11:07:24 +02:00
committed by Nikolaj Geisle
parent fabb49feaf
commit d2806501d9

View File

@@ -1,4 +1,4 @@
(function() {
(function() {
"use strict";
describe("templates editor controller",
@@ -26,6 +26,7 @@
getCursorPosition: function() {},
getValue: function() {},
setValue: function() {},
setReadOnly: function () { },
focus: function() {},
clearSelection: function() {},
navigateFileStart: function() {},