add Spec.Utils to test utils in Agora.Utils

This commit is contained in:
fanghr 2022-05-12 19:02:10 +08:00
parent 25d011ed00
commit d43bf6cde4
3 changed files with 21 additions and 0 deletions

13
agora-test/Spec/Utils.hs Normal file
View file

@ -0,0 +1,13 @@
{- |
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 = []