diff options
| -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 |
