it('should throw an error if an invalid action is specified', () => {
            let spy = sinon.spy();
            let command = require('../src/plugins');
            command(['pppppp'], spy);