mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-09 00:28:51 +00:00
Refactor imports: use file extension, improve tree shaking, update tests
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import {matchFilter, matchFilters} from '.'
|
||||
import {buildEvent} from './test-helpers'
|
||||
import {matchFilter, matchFilters} from './filter.ts'
|
||||
import {buildEvent} from './test-helpers.ts'
|
||||
|
||||
describe('Filter', () => {
|
||||
describe('matchFilter', () => {
|
||||
|
||||
Reference in New Issue
Block a user