chromium/components/segmentation_platform/embedder/home_modules/home_modules_card_registry_unittest.cc

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/segmentation_platform/embedder/home_modules/home_modules_card_registry.h"

#include "base/test/scoped_feature_list.h"
#include "components/commerce/core/commerce_feature_list.h"
#include "components/prefs/testing_pref_service.h"
#include "components/segmentation_platform/embedder/home_modules/constants.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace segmentation_platform::home_modules {

class HomeModulesCardRegistryTest : public testing::Test {};

// Tests that the Registry registers the PriceTrackingNotificationPromo card
// when its feature is enabled.
TEST_F(HomeModulesCardRegistryTest, TestPriceTrackingNotificationPromoCard) {}

}  // namespace segmentation_platform::home_modules