test('does NOTHING for other voice commands', () => {
            MMMsoccer.notificationReceived('VOICE_SOCCER', 'OTHER COMMAND', {name: 'MMM-voice'});

            expect(MMMsoccer.sendNotification).not.toHaveBeenCalled();
            expect(MMMsoccer.sendSocketNotification).not.toHaveBeenCalled();