Browse Source

bug-fixes

imwald
Silberengel 2 weeks ago
parent
commit
ee98ab9dab
  1. 2
      src/lib/discussion-topics.test.ts

2
src/lib/discussion-topics.test.ts

@ -1,6 +1,6 @@
import { describe, expect, it } from 'vitest' import { describe, expect, it } from 'vitest'
import { kinds } from 'nostr-tools' import { kinds } from 'nostr-tools'
import { eventMatchesTopicOrContentHashtag, formatTopicMapBubbleLabel, isValidNormalizedTopicKey, normalizedKeyMatchesHashtagPattern, normalizeTopic, relayTopicTagFilterValues } from '@/lib/discussion-topics' import { eventMatchesTopicOrContentHashtag, formatTopicMapBubbleLabel, isValidNormalizedTopicKey, normalizedKeyMatchesHashtagPattern, relayTopicTagFilterValues } from '@/lib/discussion-topics'
describe('eventMatchesTopicOrContentHashtag', () => { describe('eventMatchesTopicOrContentHashtag', () => {
it('matches normalized t tags', () => { it('matches normalized t tags', () => {

Loading…
Cancel
Save