We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d6fd7 commit ed610e9Copy full SHA for ed610e9
web_src/js/features/comp/EditorMarkdown.test.ts
@@ -4,7 +4,7 @@ test('EditorMarkdown', () => {
4
const textarea = document.createElement('textarea');
5
initTextareaMarkdown(textarea);
6
7
- const testInput = function (value, expected) {
+ const testInput = (value, expected) => {
8
textarea.value = value;
9
textarea.setSelectionRange(value.length, value.length);
10
const e = new KeyboardEvent('keydown', {key: 'Enter', cancelable: true});
0 commit comments