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