Skip to content

Commit

Permalink
updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
asliayk committed Oct 27, 2024
1 parent a218013 commit 2cfbd87
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,20 @@ describe('PostingsMarkdownEditor', () => {
getPosition: jest.fn(),
setPosition: jest.fn(),
focus: jest.fn(),
addAction: jest.fn(),
executeAction: jest.fn(),
layout: jest.fn(),
replaceTextAtRange: jest.fn(),
getDomNode: jest.fn(),
triggerCompletion: jest.fn(),
getTextAtRange: jest.fn(),
getLineText: jest.fn(),
getNumberOfLines: jest.fn(),
getEndPosition: jest.fn(),
getSelection: jest.fn(),
setSelection: jest.fn(),
revealRange: jest.fn(),
addCompleter: jest.fn(),
};

const mockPositionStrategy = {
Expand Down

0 comments on commit 2cfbd87

Please sign in to comment.