Skip to content

Commit

Permalink
test case for usermention
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhildewoolkar authored Oct 11, 2023
1 parent 41efe8e commit 2174a6f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions __tests__/ExpensiMark-HTML-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,4 @@ test('Mention', () => {

testString = '@user@DOMAIN.com';
expect(parser.replace(testString)).toBe('<mention-user>@user@domain.com</mention-user>');

testString = '@user@DOMAIN.com';
expect(parser.replace(testString)).toBe('<mention-user>@user@domain.com</mention-user>');
});

0 comments on commit 2174a6f

Please sign in to comment.