Fixed Jasmine test cases.

pull/5353/head
Nikhil Mohite 2022-09-22 18:26:29 +05:30 committed by Akshay Joshi
parent 9ed3be335e
commit d147b41d19
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ describe('CodeMirror', ()=>{
'setOption': ()=>{/*This is intentional (SonarQube)*/}, 'setOption': ()=>{/*This is intentional (SonarQube)*/},
'removeKeyMap': ()=>{/*This is intentional (SonarQube)*/}, 'removeKeyMap': ()=>{/*This is intentional (SonarQube)*/},
'addKeyMap': ()=>{/*This is intentional (SonarQube)*/}, 'addKeyMap': ()=>{/*This is intentional (SonarQube)*/},
'getSelection': () => {/*This is intentional (SonarQube)*/},
'getSearchCursor': { 'getSearchCursor': {
_from: 3, _from: 3,
_to: 14, _to: 14,