mirror of
https://github.com/status-im/react-native.git
synced 2025-01-19 14:02:10 +00:00
e3a3999b75
Summary: Trivial. Reviewed By: fkgozali Differential Revision: D7961870 fbshipit-source-id: 3cfd92bd441dbf516ade777e6428924e9634257a
15 lines
279 B
C++
15 lines
279 B
C++
/**
|
|
* Copyright (c) 2015-present, Facebook, Inc.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
#include <memory>
|
|
|
|
#include <gtest/gtest.h>
|
|
|
|
TEST(ScrollViewTest, testSomething) {
|
|
// TODO
|
|
}
|