Skip to content

Commit 00399b5

Browse files
lint
1 parent cbebdaf commit 00399b5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/foam-vscode/src/core/utils/utils.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,7 @@ describe('hashtag extraction', () => {
9696

9797
it('supports emojis that work without variant selector', () => {
9898
// These emojis should work with current implementation
99-
expect(extractHashtags('#📥 #⭐').map(t => t.label)).toEqual([
100-
'📥',
101-
'⭐',
102-
]);
99+
expect(extractHashtags('#📥 #⭐').map(t => t.label)).toEqual(['📥', '⭐']);
103100
});
104101

105102
it('ignores hashes in plain text urls and links', () => {

0 commit comments

Comments
 (0)