aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorStephen Blott2014-10-27 17:35:18 +0000
committerStephen Blott2014-10-27 17:35:18 +0000
commit51b3924db3f3f683fd8a375e1b21077cae8b943e (patch)
tree301dc4efb8c115dd5ee7a3ac17a7b0428560614a /tests
parent139e61ada43441e9980a94bb960996014e633817 (diff)
parent052a83cfeaefc38f5c0785a8aa81cdde4678413a (diff)
downloadvimium-51b3924db3f3f683fd8a375e1b21077cae8b943e.tar.bz2
Merge branch 'command-option-tests'
Diffstat (limited to 'tests')
-rw-r--r--tests/unit_tests/commands_test.coffee4
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