aboutsummaryrefslogtreecommitdiff
path: root/specs/Main.hs
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-12-19 22:40:41 +0530
committerAkshay Nair <phenax5@gmail.com>2024-12-19 22:40:41 +0530
commit5dc3696f38433c79939bb182c4590a6ce04f4c63 (patch)
tree4329988cad9afa9c58f8a4c66419d23bc0ddc55d /specs/Main.hs
parentd44103add77718ae650bc0ad5e708e984192c29d (diff)
downloadchelleport-5dc3696f38433c79939bb182c4590a6ce04f4c63.tar.gz
chelleport-5dc3696f38433c79939bb182c4590a6ce04f4c63.zip
Test mock setup for update + 1 spec for update case
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 335407f..5253fb9 100644
--- a/specs/Main.hs
+++ b/specs/Main.hs
@@ -1,8 +1,10 @@
module Main (main) where
+import qualified Specs.AppStateUpdateSpec
import qualified Specs.KeySequenceSpec
import Test.Hspec (hspec)
main :: IO ()
main = hspec $ do
Specs.KeySequenceSpec.test
+ Specs.AppStateUpdateSpec.test