We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbebdaf commit 00399b5Copy full SHA for 00399b5
packages/foam-vscode/src/core/utils/utils.test.ts
@@ -96,10 +96,7 @@ describe('hashtag extraction', () => {
96
97
it('supports emojis that work without variant selector', () => {
98
// These emojis should work with current implementation
99
- expect(extractHashtags('#📥 #⭐').map(t => t.label)).toEqual([
100
- '📥',
101
- '⭐',
102
- ]);
+ expect(extractHashtags('#📥 #⭐').map(t => t.label)).toEqual(['📥', '⭐']);
103
});
104
105
it('ignores hashes in plain text urls and links', () => {
0 commit comments