exp-cache-0.1.0.0: test/Spec/CacheTests.hs
module Spec.CacheTests (
cacheTests
) where
import Data.Cache
import Test.HUnit ((@=?))
import Test.Tasty (TestTree, testGroup)
import Test.Tasty.HUnit (testCase)
cacheTests :: TestTree
cacheTests = testGroup "Cache" [
]