diff options
| author | Stephen Blott | 2014-10-27 11:42:03 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2014-10-27 11:42:03 +0000 | 
| commit | 7765ff4f60a001238a734588786d7ea33edc2e3e (patch) | |
| tree | 2fb0697ed0f3af714f06d0cf5631931d7e20c058 /tests/unit_tests/completion_test.coffee | |
| parent | 54b597bb1562f9d1c1aa13141cf2d1c33ce66b63 (diff) | |
| download | vimium-7765ff4f60a001238a734588786d7ea33edc2e3e.tar.bz2 | |
Fix tests for favicons.
Diffstat (limited to 'tests/unit_tests/completion_test.coffee')
| -rw-r--r-- | tests/unit_tests/completion_test.coffee | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit_tests/completion_test.coffee b/tests/unit_tests/completion_test.coffee index 02a741d5..811436a9 100644 --- a/tests/unit_tests/completion_test.coffee +++ b/tests/unit_tests/completion_test.coffee @@ -3,6 +3,8 @@ extend(global, require "../../lib/utils.js")  extend(global, require "../../background_scripts/completion.js")  global.chrome = {} +global.document = +  createElement: -> {}  context "bookmark completer",    setup ->  | 
