test('should handle ACTION_CONFIRMED action by resetting to initial state', () => {
    const action = {
      type: ACTION_CONFIRMED,
    };