#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 { … };
TEST_F(HomeModulesCardRegistryTest, TestPriceTrackingNotificationPromoCard) { … }
}