diff options
| author | Stephen Blott | 2014-12-31 20:52:27 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2015-01-01 09:37:20 +0000 | 
| commit | acefe43cef5a216cb2504e85799699c359b6b4d8 (patch) | |
| tree | 280e4d312cab11eb3b825b1fde73fc0654955e82 /tests/unit_tests | |
| parent | f2b428b4fe1eecd66ee95513da779470f7c621aa (diff) | |
| download | vimium-acefe43cef5a216cb2504e85799699c359b6b4d8.tar.bz2 | |
Modes; incorporate three test modes.
As a proof of concept, this incorporates normal mode, passkeys mode and
insert mode.
Diffstat (limited to 'tests/unit_tests')
| -rw-r--r-- | tests/unit_tests/test_chrome_stubs.coffee | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit_tests/test_chrome_stubs.coffee b/tests/unit_tests/test_chrome_stubs.coffee index 3258bcd6..7f666068 100644 --- a/tests/unit_tests/test_chrome_stubs.coffee +++ b/tests/unit_tests/test_chrome_stubs.coffee @@ -41,6 +41,8 @@ exports.chrome =        addListener: () -> true      getAll: () -> true +  browserAction: +    setBadgeBackgroundColor: ->    storage:      # chrome.storage.local      local:  | 
