agora/agora-specs/Spec/Utils.hs
Seungheon Oh 50b89107ed
Moved samples to PCB
* Cleaner imports
2022-06-17 12:35:33 -05:00

13 lines
261 B
Haskell

{- |
Module : Spec.Utils
Maintainer : emi@haskell.fyi
Description: Tests for utility functions in 'Agora.Utils'.
Tests for utility functions in 'Agora.Utils'.
-}
module Spec.Utils (tests) where
import Test.Tasty (TestTree)
tests :: [TestTree]
tests = []