it('should export one command', () => {
      mock(LOCAL_RSX_PJSON, SAMPLE_RSX_JSON);
      mock(SAMPLE_RSX_PLUGIN, commands.single);

      expect(getCommands().length).to.be.equal(1);