From d8f8015f4cd71cf3681506a5ec16f00f8ab46f46 Mon Sep 17 00:00:00 2001 From: mrmr1993 Date: Wed, 25 Oct 2017 00:34:43 +0100 Subject: Split focusInput, move the main part into the normal mode file --- tests/unit_tests/commands_test.coffee | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/unit_tests/commands_test.coffee b/tests/unit_tests/commands_test.coffee index 40afc1d7..08bf0a73 100644 --- a/tests/unit_tests/commands_test.coffee +++ b/tests/unit_tests/commands_test.coffee @@ -4,6 +4,7 @@ extend global, require "../../background_scripts/bg_utils.js" global.Settings = {postUpdateHooks: {}, get: (-> ""), set: ->} {Commands} = require "../../background_scripts/commands.js" global.KeyHandlerMode = {} +global.DomUtils = {makeXPath: ->} {NormalModeCommands} = require "../../content_scripts/mode_normal.js" context "Key mappings", -- cgit v1.2.3