diff options
Diffstat (limited to 'specs/Main.hs')
| -rw-r--r-- | specs/Main.hs | 2 |
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 |
