From 052a83cfeaefc38f5c0785a8aa81cdde4678413a Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Mon, 27 Oct 2014 17:34:41 +0000 Subject: Note need for more command tests. --- tests/unit_tests/commands_test.coffee | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3