Skip to content

Commit

Permalink
remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
FitseTLT committed Aug 27, 2024
1 parent 5d46366 commit 3ef44c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion __tests__/ExpensiMark-HTMLToText-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ test('Mention user html to text', () => {
extras.accountIDToName['1234'] = '[email protected]';
testString = '<mention-user accountID="1234"/>';
expect(parser.htmlToText(testString, extras)).toBe('@+251924892738');

});

test('Mention report html to text', () => {
Expand Down

0 comments on commit 3ef44c7

Please sign in to comment.