it('should add override to list of commands', () => {
      function target() {}
      commands['plugin.docker-setup'] = target;
      registerCommandOverrides('plugin', {
        'docker.setup': 'plugin.docker-setup'