aboutsummaryrefslogtreecommitdiff
path: root/specs/Main.hs
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-12-20 18:22:19 +0530
committerAkshay Nair <phenax5@gmail.com>2024-12-20 19:16:51 +0530
commit4a13725300303940416bd6260af62ba478d30ec5 (patch)
treec2897e0d80d373c9335b69cbf9c155c6264065f0 /specs/Main.hs
parent5dc3696f38433c79939bb182c4590a6ce04f4c63 (diff)
downloadchelleport-4a13725300303940416bd6260af62ba478d30ec5.tar.gz
chelleport-4a13725300303940416bd6260af62ba478d30ec5.zip
Add tests for state management
Diffstat (limited to 'specs/Main.hs')
-rw-r--r--specs/Main.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/specs/Main.hs b/specs/Main.hs
index 5253fb9..4308669 100644
--- a/specs/Main.hs
+++ b/specs/Main.hs
@@ -1,5 +1,6 @@
module Main (main) where
+import qualified Specs.AppEventSpec
import qualified Specs.AppStateUpdateSpec
import qualified Specs.KeySequenceSpec
import Test.Hspec (hspec)
@@ -8,3 +9,4 @@ main :: IO ()
main = hspec $ do
Specs.KeySequenceSpec.test
Specs.AppStateUpdateSpec.test
+ Specs.AppEventSpec.test