packages feed

cardano-addresses-4.0.0: test/Command/RecoveryPhraseSpec.hs

{-# LANGUAGE FlexibleContexts #-}

module Command.RecoveryPhraseSpec
    ( spec
    ) where

import Prelude

import Test.Hspec
    ( Spec, it )
import Test.Utils
    ( describeCmd )

spec :: Spec
spec = describeCmd ["recovery-phrase"] $ do
    it "N/A" (pure () :: IO ())