diff options
| author | Stephen Blott | 2014-10-27 17:35:18 +0000 |
|---|---|---|
| committer | Stephen Blott | 2014-10-27 17:35:18 +0000 |
| commit | 51b3924db3f3f683fd8a375e1b21077cae8b943e (patch) | |
| tree | 301dc4efb8c115dd5ee7a3ac17a7b0428560614a | |
| parent | 139e61ada43441e9980a94bb960996014e633817 (diff) | |
| parent | 052a83cfeaefc38f5c0785a8aa81cdde4678413a (diff) | |
| download | vimium-51b3924db3f3f683fd8a375e1b21077cae8b943e.tar.bz2 | |
Merge branch 'command-option-tests'
| -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 1fc5a95c..c10c643b 100644 --- a/tests/unit_tests/commands_test.coffee +++ b/tests/unit_tests/commands_test.coffee @@ -49,3 +49,7 @@ context "Validate advanced commands", should "include each advanced command in a command group", -> for command in Commands.advancedCommands assert.isTrue 0 <= @allCommands.indexOf command + +# TODO (smblott) More tests: +# - Ensure each background command has an implmentation in BackgroundCommands +# - Ensure each foreground command has an implmentation in vimium_frontent.coffee |
