amazonka-nimble-2.0: test/Main.hs
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
-- |
-- Module : Main
-- Copyright : (c) 2013-2023 Brendan Hay
-- License : Mozilla Public License, v. 2.0.
-- Maintainer : Brendan Hay
-- Stability : auto-generated
-- Portability : non-portable (GHC extensions)
module Main (main) where
import Test.Amazonka.Nimble
import Test.Amazonka.Nimble.Internal
import Test.Tasty
main :: IO ()
main =
defaultMain $
testGroup
"Nimble"
[ testGroup "tests" tests,
testGroup "fixtures" fixtures
]