describe('ACTIONS - emoji', () => {
  test('getEmoji action should be created', () => {
    expect(emojiActions.getEmoji()).toEqual({ type: AT.GET_EMOJI });
  });
});