mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 17:15:54 +00:00
1acef45977
Reviewed By: shergin Differential Revision: D7390366 fbshipit-source-id: d49fcc335fc03d52402676341f1da24177c6084b
18 lines
356 B
C++
18 lines
356 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 <fabric/view/ViewComponentDescriptor.h>
|
|
#include <gtest/gtest.h>
|
|
|
|
using namespace facebook::react;
|
|
|
|
TEST(ViewTest, testSomething) {
|
|
// TODO
|
|
}
|