aboutsummaryrefslogtreecommitdiff
path: root/specs/Specs/AppStateUpdateSpec.hs
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-12-24 18:51:17 +0530
committerAkshay Nair <phenax5@gmail.com>2024-12-24 18:51:17 +0530
commit70e3920556496e5fecb5fedddf1067b2522fcac7 (patch)
tree7e4e88023bdcd5b13dde738f7afedd533a6d7fcd /specs/Specs/AppStateUpdateSpec.hs
parentdfdf1600ba251f6b3cfef85f6904d79a1c60b49d (diff)
downloadchelleport-70e3920556496e5fecb5fedddf1067b2522fcac7.tar.gz
chelleport-70e3920556496e5fecb5fedddf1067b2522fcac7.zip
Add setup for ocr with tesseract
Diffstat (limited to 'specs/Specs/AppStateUpdateSpec.hs')
-rw-r--r--specs/Specs/AppStateUpdateSpec.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/specs/Specs/AppStateUpdateSpec.hs b/specs/Specs/AppStateUpdateSpec.hs
index 67f6fb2..e54f50f 100644
--- a/specs/Specs/AppStateUpdateSpec.hs
+++ b/specs/Specs/AppStateUpdateSpec.hs
@@ -35,7 +35,8 @@ test = do
stateIsMatched = False,
stateGrid = [["ABC", "DEF"], ["DJK", "JKL"]],
stateRepetition = 1,
- stateIsDragging = False
+ stateIsDragging = False,
+ stateMode = ModeHints
}
context "with action HandleKeyInput" $ do