diff options
Diffstat (limited to 'tests/unit_tests/commands_test.coffee')
| -rw-r--r-- | tests/unit_tests/commands_test.coffee | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/tests/unit_tests/commands_test.coffee b/tests/unit_tests/commands_test.coffee index 7a1b43ab..a739884c 100644 --- a/tests/unit_tests/commands_test.coffee +++ b/tests/unit_tests/commands_test.coffee @@ -1,3 +1,7 @@ +root.chrome = +  session: +    MAX_SESSION_RESULTS: 25 +  require "./test_helper.js"  {Commands} = require "../../background_scripts/commands.js" | 
