aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authormrmr19932017-10-29 12:51:53 +0000
committermrmr19932017-10-29 12:51:53 +0000
commit24148c709806d1631f35cd8efd3fdec4f2376f92 (patch)
treefd96638b8be4c57b25ebabfe35214fcb7f379b5b /tests
parent3abee4d80699c1fade78af951efd23c1297d0be3 (diff)
downloadvimium-24148c709806d1631f35cd8efd3fdec4f2376f92.tar.bz2
Guard against undefined DomUtils, instead of stubbing in tests
Diffstat (limited to 'tests')
-rw-r--r--tests/unit_tests/commands_test.coffee1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit_tests/commands_test.coffee b/tests/unit_tests/commands_test.coffee
index fcc7b821..49dd2570 100644
--- a/tests/unit_tests/commands_test.coffee
+++ b/tests/unit_tests/commands_test.coffee
@@ -6,7 +6,6 @@ global.Settings = {postUpdateHooks: {}, get: (-> ""), set: ->}
# Include mode_normal to check that all commands have been implemented.
global.KeyHandlerMode = global.Mode = {}
-global.DomUtils = {makeXPath: ->}
global.KeyboardUtils = {platform: ""}
extend global, require "../../content_scripts/link_hints.js"
extend global, require "../../content_scripts/marks.js"