mirror of
https://github.com/status-im/react-native.git
synced 2025-02-03 13:14:42 +00:00
e9e20e6c83
Summary: @public There is no reason to have it inside View; it deserves that. Reviewed By: mdvacca Differential Revision: D8757012 fbshipit-source-id: 881b54008b51614cd203ab97811494fa7c30e4ef
15 lines
283 B
C++
15 lines
283 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(RootShadowNodeTest, testSomething) {
|
|
// TODO
|
|
}
|