packages feed

nostr-1.3.0.0: test/Test/Nostr/Nip05Spec.hs

{-# LANGUAGE OverloadedStrings #-}

module Test.Nostr.Nip05Spec (spec) where

import Test.Hspec
import Nostr.Nip05

spec :: Spec
spec = do
  describe "Nostr.Nip05" $ do
    it "exists but HTTP fetching is skipped in unit tests to avoid network I/O" $ do
      pendingWith "HTTP mocking not yet implemented for Nip05"