module Test.Framework.Providers.API where

import           Test.Hspec.Core (SpecTree)

type TestName = String
type Test = SpecTree