Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nkdengineer committed Apr 10, 2024
1 parent 0482f17 commit 087665b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/ExpensiMark-HTMLToText-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,5 @@ test('Mention html to text', () => {

test('Test replacement for <img> tags', () => {
const testString = '<img src="https://example.com/image.png" alt="Image description" />';
expect(parser.htmlToText(testString)).toBe('(image of: Image description)');
expect(parser.htmlToText(testString)).toBe('[Attachment]');
});

0 comments on commit 087665b

Please sign in to comment.