aboutsummaryrefslogtreecommitdiff
path: root/specs/Specs/KeySequenceSpec.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/Specs/KeySequenceSpec.hs
parent5dc3696f38433c79939bb182c4590a6ce04f4c63 (diff)
downloadchelleport-4a13725300303940416bd6260af62ba478d30ec5.tar.gz
chelleport-4a13725300303940416bd6260af62ba478d30ec5.zip
Add tests for state management
Diffstat (limited to '')
-rw-r--r--specs/Specs/KeySequenceSpec.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/Specs/KeySequenceSpec.hs b/specs/Specs/KeySequenceSpec.hs
index 2efbece..7a92105 100644
--- a/specs/Specs/KeySequenceSpec.hs
+++ b/specs/Specs/KeySequenceSpec.hs
@@ -1,9 +1,9 @@
module Specs.KeySequenceSpec where
import Chelleport.KeySequence (findMatchPosition, generateGrid, nextChars)
-import qualified Debug.Trace as Debug
import Test.Hspec
+test :: SpecWith ()
test = do
describe "#nextChars" $ do
context "when there is a partial match" $ do