diff options
| author | Stephen Blott | 2014-10-27 17:34:41 +0000 |
|---|---|---|
| committer | Stephen Blott | 2014-10-27 17:34:41 +0000 |
| commit | 052a83cfeaefc38f5c0785a8aa81cdde4678413a (patch) | |
| tree | 301dc4efb8c115dd5ee7a3ac17a7b0428560614a /tests | |
| parent | dc3379f0c193cc375a1b346be8756c031d943e87 (diff) | |
| download | vimium-052a83cfeaefc38f5c0785a8aa81cdde4678413a.tar.bz2 | |
Note need for more command tests.
Diffstat (limited to '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 |
