diff options
Diffstat (limited to 'tests/unit_tests/commands_test.coffee')
| -rw-r--r-- | tests/unit_tests/commands_test.coffee | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/unit_tests/commands_test.coffee b/tests/unit_tests/commands_test.coffee index c10c643b..daaef016 100644 --- a/tests/unit_tests/commands_test.coffee +++ b/tests/unit_tests/commands_test.coffee @@ -1,8 +1,5 @@ -root.chrome = - session: - MAX_SESSION_RESULTS: 25 - require "./test_helper.js" +extend global, require "./test_chrome_stubs.js" {Commands} = require "../../background_scripts/commands.js" context "Key mappings", |
