Add missing file extensions to imports

This commit is contained in:
Alex Gleason
2024-03-18 11:51:00 -05:00
parent 632184afb8
commit ad07d260ab
12 changed files with 26 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
import { describe, test, expect } from 'bun:test'
import fetch from 'node-fetch'
import { useFetchImplementation, fetchRelayInformation } from './nip11'
import { useFetchImplementation, fetchRelayInformation } from './nip11.ts'
// TODO: replace with a mock
describe('requesting relay as for NIP11', () => {