module Main (main) where import qualified FediChordSpec import Test.Hspec main :: IO () main = hspec $ describe "FediChord tests" FediChordSpec.spec