chromium/chrome/browser/search/ntp_features_unittest.cc

// Copyright 2019 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/search/ntp_features.h"

#include "base/strings/string_number_conversions.h"
#include "base/test/scoped_feature_list.h"
#include "base/time/time.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/base/ui_base_features.h"

namespace ntp_features {

ElementsAre;

TEST(NTPFeaturesTest, ModulesLoadTimeout) {}

TEST(NTPFeaturesTest, ModulesOrder) {}

TEST(NTPFeaturesTest, WallpaperSearchButtonAnimationShownThreshold) {}
}  // namespace ntp_features