aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorStephen Blott2017-11-10 07:20:24 +0000
committerGitHub2017-11-10 07:20:24 +0000
commit7cb53750bfb5f62849fcfb52f67b1e04ad0f9672 (patch)
tree11bc262e83097087d8363e82c4e0295e89628be3 /tests
parent56c2a89613199bc0369a66d19bf848e14b019671 (diff)
parentca6733c88e94c4e0d8d916eb4d494d4c8a179aa4 (diff)
downloadvimium-7cb53750bfb5f62849fcfb52f67b1e04ad0f9672.tar.bz2
Merge pull request #2782 from mrmr1993/suppress-link-hint-keys
Suppress link hint keys
Diffstat (limited to 'tests')
-rw-r--r--tests/unit_tests/handler_stack_test.coffee1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit_tests/handler_stack_test.coffee b/tests/unit_tests/handler_stack_test.coffee
index 7b62af07..374c235b 100644
--- a/tests/unit_tests/handler_stack_test.coffee
+++ b/tests/unit_tests/handler_stack_test.coffee
@@ -4,6 +4,7 @@ extend(global, require "../../lib/handler_stack.js")
context "handlerStack",
setup ->
stub global, "DomUtils", {}
+ stub DomUtils, "consumeKeyup", ->
stub DomUtils, "suppressEvent", ->
stub DomUtils, "suppressPropagation", ->
@handlerStack = new HandlerStack