Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
personalizedrefrigerator committed Nov 26, 2024
1 parent a7e9618 commit f537c25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ describe('markdownCommands', () => {
insertOrIncreaseIndent(editor);

expect(getLastAnnouncement(editor)).toBe('Added Indent markup to line start');
expect(editor.state.doc.toString()).toBe('\t Test');
expect(editor.state.doc.toString()).toBe('\tTest.');
});

it('insertOrIncreaseIndent should insert tabs when selection is empty, in a paragraph', async () => {
Expand Down

0 comments on commit f537c25

Please sign in to comment.