it ('should create an action to clear an image', function() {
    const id = 'image_id'
    const expectedAction = {
      type: types.CLEAR_IMAGE,
      id