Currently it is required to install the git submodule jump.el and dependencies to run tests, and yet these test helpers are not required in test execution. This patch removes this dependency, whilst loading the test helpers when they exist (git submodule init && git submodule update). The idea is to document the test helper availability to aid development in the test documentation I am about to generate. Best, Martyn