merge #74; add sample and spec of the governor

This commit is contained in:
fanghr 2022-05-12 18:55:39 +08:00
parent 628894cc1c
commit 0f36d649c6
16 changed files with 81 additions and 46 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 = []